diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Hue/Hue.release.xcconfig b/Pods/Target Support Files/Hue/Hue.release.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Hue/Hue.release.xcconfig b/Pods/Target Support Files/Hue/Hue.release.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown index 57004ff..beb98de 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown @@ -164,6 +164,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Hue + +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## IQKeyboardManagerSwift MIT License diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Hue/Hue.release.xcconfig b/Pods/Target Support Files/Hue/Hue.release.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown index 57004ff..beb98de 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown @@ -164,6 +164,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Hue + +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## IQKeyboardManagerSwift MIT License diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist index 3472b60..c48619b 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist @@ -225,6 +225,38 @@ FooterText + Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + Hue + Type + PSGroupSpecifier + + + FooterText MIT License Copyright (c) 2013-2017 Iftekhar Qurashi diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Hue/Hue.release.xcconfig b/Pods/Target Support Files/Hue/Hue.release.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown index 57004ff..beb98de 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown @@ -164,6 +164,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Hue + +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## IQKeyboardManagerSwift MIT License diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist index 3472b60..c48619b 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist @@ -225,6 +225,38 @@ FooterText + Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + Hue + Type + PSGroupSpecifier + + + FooterText MIT License Copyright (c) 2013-2017 Iftekhar Qurashi diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Hue/Hue.release.xcconfig b/Pods/Target Support Files/Hue/Hue.release.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown index 57004ff..beb98de 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown @@ -164,6 +164,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Hue + +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## IQKeyboardManagerSwift MIT License diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist index 3472b60..c48619b 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist @@ -225,6 +225,38 @@ FooterText + Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + Hue + Type + PSGroupSpecifier + + + FooterText MIT License Copyright (c) 2013-2017 Iftekhar Qurashi diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist index efd5628..a0db6d5 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist @@ -3,6 +3,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPHPicker.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Hue/Hue.release.xcconfig b/Pods/Target Support Files/Hue/Hue.release.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown index 57004ff..beb98de 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown @@ -164,6 +164,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Hue + +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## IQKeyboardManagerSwift MIT License diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist index 3472b60..c48619b 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist @@ -225,6 +225,38 @@ FooterText + Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + Hue + Type + PSGroupSpecifier + + + FooterText MIT License Copyright (c) 2013-2017 Iftekhar Qurashi diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist index efd5628..a0db6d5 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist @@ -3,6 +3,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPHPicker.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Hue/Hue.release.xcconfig b/Pods/Target Support Files/Hue/Hue.release.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown index 57004ff..beb98de 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown @@ -164,6 +164,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Hue + +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## IQKeyboardManagerSwift MIT License diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist index 3472b60..c48619b 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist @@ -225,6 +225,38 @@ FooterText + Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + Hue + Type + PSGroupSpecifier + + + FooterText MIT License Copyright (c) 2013-2017 Iftekhar Qurashi diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist index efd5628..a0db6d5 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist @@ -3,6 +3,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPHPicker.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist index efd5628..a0db6d5 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist @@ -3,6 +3,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPHPicker.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Hue/Hue.release.xcconfig b/Pods/Target Support Files/Hue/Hue.release.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown index 57004ff..beb98de 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown @@ -164,6 +164,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Hue + +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## IQKeyboardManagerSwift MIT License diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist index 3472b60..c48619b 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist @@ -225,6 +225,38 @@ FooterText + Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + Hue + Type + PSGroupSpecifier + + + FooterText MIT License Copyright (c) 2013-2017 Iftekhar Qurashi diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist index efd5628..a0db6d5 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist @@ -3,6 +3,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPHPicker.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist index efd5628..a0db6d5 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist @@ -3,6 +3,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPHPicker.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh index a4045bc..92837dc 100755 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh @@ -180,6 +180,7 @@ install_framework "${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework" install_framework "${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework" install_framework "${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Hue/Hue.framework" install_framework "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework" install_framework "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework" install_framework "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework" @@ -199,6 +200,7 @@ install_framework "${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework" install_framework "${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework" install_framework "${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Hue/Hue.framework" install_framework "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework" install_framework "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework" install_framework "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework" diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Hue/Hue.release.xcconfig b/Pods/Target Support Files/Hue/Hue.release.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown index 57004ff..beb98de 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown @@ -164,6 +164,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Hue + +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## IQKeyboardManagerSwift MIT License diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist index 3472b60..c48619b 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist @@ -225,6 +225,38 @@ FooterText + Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + Hue + Type + PSGroupSpecifier + + + FooterText MIT License Copyright (c) 2013-2017 Iftekhar Qurashi diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist index efd5628..a0db6d5 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist @@ -3,6 +3,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPHPicker.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist index efd5628..a0db6d5 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist @@ -3,6 +3,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPHPicker.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh index a4045bc..92837dc 100755 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh @@ -180,6 +180,7 @@ install_framework "${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework" install_framework "${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework" install_framework "${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Hue/Hue.framework" install_framework "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework" install_framework "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework" install_framework "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework" @@ -199,6 +200,7 @@ install_framework "${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework" install_framework "${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework" install_framework "${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Hue/Hue.framework" install_framework "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework" install_framework "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework" install_framework "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework" diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.debug.xcconfig b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.debug.xcconfig index 1efe5e8..b551009 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.debug.xcconfig +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.debug.xcconfig @@ -2,12 +2,12 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/Realm" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_ROOT}/AMap3DMap" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapLocation" "${PODS_ROOT}/Realm/core" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/Hue" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/Realm" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_ROOT}/AMap3DMap" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapLocation" "${PODS_ROOT}/Realm/core" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit/DefaultsKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView/FSPagerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker/HXPHPicker.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON/HandyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Realm/Realm.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift/RealmSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom/SwiftRandom.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON/SwiftyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA/SwiftyRSA.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift/Toast_Swift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/realm-monorepo/Headers" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit/DefaultsKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView/FSPagerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker/HXPHPicker.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON/HandyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Hue/Hue.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Realm/Realm.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift/RealmSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom/SwiftRandom.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON/SwiftyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA/SwiftyRSA.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift/Toast_Swift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/realm-monorepo/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/realm-monorepo" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AVFoundation" -framework "Accelerate" -framework "Alamofire" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "DefaultsKit" -framework "ExternalAccessory" -framework "FSPagerView" -framework "Foundation" -framework "GLKit" -framework "HXPHPicker" -framework "HandyJSON" -framework "IQKeyboardManagerSwift" -framework "Kingfisher" -framework "MAMapKit" -framework "MBProgressHUD" -framework "MJRefresh" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Realm" -framework "RealmSwift" -framework "Security" -framework "SnapKit" -framework "SwiftRandom" -framework "SwiftyJSON" -framework "SwiftyRSA" -framework "SystemConfiguration" -framework "Toast_Swift" -framework "UIKit" -framework "ZLPhotoBrowser" -weak_framework "Combine" -weak_framework "SwiftUI" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AVFoundation" -framework "Accelerate" -framework "Alamofire" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "DefaultsKit" -framework "ExternalAccessory" -framework "FSPagerView" -framework "Foundation" -framework "GLKit" -framework "HXPHPicker" -framework "HandyJSON" -framework "Hue" -framework "IQKeyboardManagerSwift" -framework "Kingfisher" -framework "MAMapKit" -framework "MBProgressHUD" -framework "MJRefresh" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Realm" -framework "RealmSwift" -framework "Security" -framework "SnapKit" -framework "SwiftRandom" -framework "SwiftyJSON" -framework "SwiftyRSA" -framework "SystemConfiguration" -framework "Toast_Swift" -framework "UIKit" -framework "ZLPhotoBrowser" -weak_framework "Combine" -weak_framework "SwiftUI" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/LaserMethane.xcodeproj/project.pbxproj b/LaserMethane.xcodeproj/project.pbxproj index 8baf3fa..74a856f 100644 --- a/LaserMethane.xcodeproj/project.pbxproj +++ b/LaserMethane.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 65221CDF26C11D320070D21C /* LoadingHub.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65221CDE26C11D320070D21C /* LoadingHub.swift */; }; 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */; }; 6530F45E26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */; }; + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65487B9B26E0A61B005B72E9 /* UIColor.swift */; }; 656670FD26CB44490036EA1E /* NewInspectionModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FC26CB44490036EA1E /* NewInspectionModel.swift */; }; 656670FF26CB52EE0036EA1E /* NewRouteModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */; }; 656C6BD326D34C5C00762246 /* InspectionLocalObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */; }; @@ -105,6 +106,7 @@ 65221CE026C2069B0070D21C /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6530F45B26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleModeEventTaskViewController.swift; sourceTree = ""; }; 6530F45C26D72F3900AC0D54 /* SingleModeEventTaskViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SingleModeEventTaskViewController.xib; sourceTree = ""; }; + 65487B9B26E0A61B005B72E9 /* UIColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIColor.swift; sourceTree = ""; }; 656670FC26CB44490036EA1E /* NewInspectionModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewInspectionModel.swift; sourceTree = ""; }; 656670FE26CB52EE0036EA1E /* NewRouteModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewRouteModel.swift; sourceTree = ""; }; 656C6BD226D34C5C00762246 /* InspectionLocalObject.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InspectionLocalObject.swift; sourceTree = ""; }; @@ -655,6 +657,7 @@ 656EEBCE26C529130054E00E /* Int.swift */, 65D95F2B26C653FF00D61ADC /* Array.swift */, 65C9F2AA26D4E4770078AAA9 /* Data.swift */, + 65487B9B26E0A61B005B72E9 /* UIColor.swift */, ); path = Extension; sourceTree = ""; @@ -1542,6 +1545,7 @@ 65F2E03226B164CC00179EBD /* LogViewController.swift in Sources */, 65F2E04726B25B5D00179EBD /* EventListModel.swift in Sources */, 65F2DFCA26AFF2A900179EBD /* Constant.swift in Sources */, + 65487B9C26E0A61B005B72E9 /* UIColor.swift in Sources */, 65BF7C1C26AFDDCD000FEC82 /* AppDelegate.swift in Sources */, 65221CD226C0CCE40070D21C /* NewEventViewController.swift in Sources */, 6530F45D26D72F3900AC0D54 /* SingleModeEventTaskViewController.swift in Sources */, diff --git a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate index 441705c..d62311d 100644 --- a/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate +++ b/LaserMethane.xcworkspace/xcuserdata/a203.xcuserdatad/UserInterfaceState.xcuserstate Binary files differ diff --git a/LaserMethane/Extension/Array.swift b/LaserMethane/Extension/Array.swift index 7ecbc58..a9af8f1 100644 --- a/LaserMethane/Extension/Array.swift +++ b/LaserMethane/Extension/Array.swift @@ -23,19 +23,4 @@ } return builder } - - func transferUIColor() -> UIColor { - if count == 0 { - return .systemBlue - } - let red = self[0] as! Int - let green = self[1] as! Int - let blue = self[2] as! Int - return UIColor( - red: CGFloat(red) / 255.0, - green: CGFloat(green) / 255.0, - blue: CGFloat(blue) / 255.0, - alpha: CGFloat(1.0) - ) - } } diff --git a/LaserMethane/Extension/UIColor.swift b/LaserMethane/Extension/UIColor.swift new file mode 100644 index 0000000..9bd1fdc --- /dev/null +++ b/LaserMethane/Extension/UIColor.swift @@ -0,0 +1,15 @@ +// +// UIColor.swift +// LaserMethane +// +// Created by 203 on 2021/9/2. +// + +import Foundation +import Hue + +extension UIColor { + public class var mainBackground: UIColor { + UIColor(hex: "#D3D3D3") + } +} diff --git a/LaserMethane/ViewController/Event/EventDetailViewController.swift b/LaserMethane/ViewController/Event/EventDetailViewController.swift index 75c6fa7..496d21c 100644 --- a/LaserMethane/ViewController/Event/EventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/EventDetailViewController.swift @@ -84,7 +84,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -92,7 +92,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -100,7 +100,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift index 74ad1ea..1ab718b 100644 --- a/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift +++ b/LaserMethane/ViewController/Event/SingModeEventDetailViewController.swift @@ -78,7 +78,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: messageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -86,7 +86,7 @@ LayerShadowHub.shared.setShadow( view: maxValueView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -94,7 +94,7 @@ LayerShadowHub.shared.setShadow( view: imageView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift index 9ff40d0..a0868a7 100644 --- a/LaserMethane/ViewController/Inspect/InspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/InspectMapViewController.swift @@ -42,7 +42,8 @@ inspectView = UIView(frame: CGRect(x: 8, y: 8, width: SCREEN_WIDTH - 16, height: 70)) inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( - view: inspectView, sColor: [211, 211, 211].transferUIColor(), + view: inspectView, + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift index f0ae3c5..b04116b 100644 --- a/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift +++ b/LaserMethane/ViewController/Inspect/SingModeInspectMapViewController.swift @@ -42,7 +42,7 @@ inspectView.backgroundColor = .white LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Login/LoginViewController.swift b/LaserMethane/ViewController/Login/LoginViewController.swift index a3cf7c0..7b142b2 100644 --- a/LaserMethane/ViewController/Login/LoginViewController.swift +++ b/LaserMethane/ViewController/Login/LoginViewController.swift @@ -22,8 +22,7 @@ // 实现UITextField代理 passwordView.delegate = self - // rgb 色值为(21,101,227)那么给UIColor设置里面要除以255,设置16进制颜色也同理 - loginButton.backgroundColor = [21, 101, 227].transferUIColor() + loginButton.backgroundColor = UIColor(hex: "#1565E3") loginButton.layer.cornerRadius = 18 // 设置圆角 // 设置默认账号密码 userNameView.text = defaults.get(for: userNameKey) ?? "" @@ -48,6 +47,7 @@ // 访问后台,开始登录 let baseURL = defaults.get(for: serverConfigKey)! let configURL = baseURL + Constant.baseConfig.rawValue + LoadingHub.shared.showLoading(text: "登录中,请稍后") Alamofire.request(configURL, method: .get).responseJSON { [self] response in switch response.result { case let .success(value): @@ -79,6 +79,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "未知异常,无法登陆") } + LoadingHub.shared.hideLoading() } case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "检验失败,无法登陆") diff --git a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift index f9a8ec3..254ae98 100644 --- a/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift +++ b/LaserMethane/ViewController/MainMenu/MainMenuViewController.swift @@ -122,7 +122,7 @@ func initViewBackground() { LayerShadowHub.shared.setShadow( view: inspectView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -130,7 +130,7 @@ LayerShadowHub.shared.setShadow( view: logSearchView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -138,7 +138,7 @@ LayerShadowHub.shared.setShadow( view: settingsView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/LaserMethane/ViewController/Map/MapViewController.swift b/LaserMethane/ViewController/Map/MapViewController.swift index ce9e8bd..46934e2 100644 --- a/LaserMethane/ViewController/Map/MapViewController.swift +++ b/LaserMethane/ViewController/Map/MapViewController.swift @@ -78,7 +78,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -277,7 +277,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -291,7 +291,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -305,7 +305,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -349,10 +349,11 @@ "startLat": model.startLat, "endLng": endLng, "endLat": endLat, "routes": model.routes, - "user": model.user + "user": model.user, ] // 提交参数: ["startLat": 39.915913628472225, "id": "162925125712000", "date": "2021-08-18", "startTime": "2021-08-18 09:47:37", "endLng": 116.26874240451389, "startLng": 116.26874240451389, "routes": "[{\"lat\":39.915913628472225,\"lng\":116.26874240451389}]", "user": "王晓颖", "name": "测试iOS", "endTime": "2021-08-18 09:47:56", "endLat": 39.915913628472225] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addInspectionURL, method: .post, @@ -366,6 +367,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) @@ -378,6 +381,7 @@ defaults.set(false, for: statusKey) AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } let actionCancel = UIAlertAction(title: "取消", style: .cancel, handler: nil) @@ -458,7 +462,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -471,7 +475,7 @@ "inspectionId": model.id, "inspectionName": model.name, "longitude": lng, - "latitude": lat + "latitude": lat, ] ) navigationController?.pushViewController(newEventViewController, animated: true) @@ -760,7 +764,7 @@ "data": Double(maxValue)!, "images": "", "description": "自动报警记录", - "user": model.user + "user": model.user, ] print("提交参数: \(param)") Alamofire.request( diff --git a/LaserMethane/ViewController/Map/NewEventViewController.swift b/LaserMethane/ViewController/Map/NewEventViewController.swift index 1579fd3..8cdaacd 100644 --- a/LaserMethane/ViewController/Map/NewEventViewController.swift +++ b/LaserMethane/ViewController/Map/NewEventViewController.swift @@ -68,17 +68,17 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -88,7 +88,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -201,9 +201,10 @@ "data": eventValueData, "images": imageArray.reformat(), "description": eventDesc!, - "user": (userModel.name)! + "user": (userModel.name)!, ] print("提交参数: \(param)") + LoadingHub.shared.showLoading(text: "保存中,请稍后...") Alamofire.request( addEventURL, method: .post, @@ -226,6 +227,7 @@ case .failure: AlertHub.shared.showWaringAlert(controller: self, message: "网络异常,提交失败") } + LoadingHub.shared.hideLoading() }) } diff --git a/LaserMethane/ViewController/Map/SingModeMapViewController.swift b/LaserMethane/ViewController/Map/SingModeMapViewController.swift index 0f83661..68bb46d 100644 --- a/LaserMethane/ViewController/Map/SingModeMapViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeMapViewController.swift @@ -74,7 +74,7 @@ setUpMap() // 在地图图层上面View topTagView = UIView(frame: CGRect(x: 0, y: 0, width: SCREEN_WIDTH, height: 55)) - topTagView.backgroundColor = [214, 238, 254].transferUIColor() + topTagView.backgroundColor = UIColor(hex: "#D6EEFE") addTopTagSubview() addLeftSubview() addBottomSubview() @@ -272,7 +272,7 @@ func addBottomSubview() { LayerShadowHub.shared.setShadow( view: currentView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -285,7 +285,7 @@ LayerShadowHub.shared.setShadow( view: settingView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -299,7 +299,7 @@ LayerShadowHub.shared.setShadow( view: maxView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) @@ -340,6 +340,8 @@ let alertController = UIAlertController(title: "提示", message: "巡检记录保存成功", preferredStyle: .alert) let okAction = UIAlertAction(title: "知道了", style: .default, handler: { [self] _ in defaults.set(true, for: statusKey) + // 提交成功后清除此次缓存的巡检 + defaults.clear(inspectionCacheModelKey) navigationController?.popViewController(animated: true) }) alertController.addAction(okAction) diff --git a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift index 92da9e4..d125065 100644 --- a/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift +++ b/LaserMethane/ViewController/Map/SingModeNewEventViewController.swift @@ -63,16 +63,16 @@ } func setupLayerView() { - view.backgroundColor = [238, 238, 238].transferUIColor() + view.backgroundColor = UIColor(hex: "#EEEEEE") LayerShadowHub.shared.setShadow( view: firstView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) LayerShadowHub.shared.setShadow( view: thirdView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) ) @@ -81,7 +81,7 @@ secondView.isHidden = false LayerShadowHub.shared.setShadow( view: secondView, - sColor: [211, 211, 211].transferUIColor(), + sColor: .mainBackground, offset: CGSize(width: 0, height: 0), alpha: 1.0, radius: CGFloat(5.0) diff --git a/Podfile b/Podfile index cba16bf..f7e29b6 100644 --- a/Podfile +++ b/Podfile @@ -41,10 +41,12 @@ pod 'RealmSwift', '10.12.0' # 本地对象存储,类似sp pod 'DefaultsKit' + # 16进制颜色转换 + pod 'Hue' end -# post_install do |installer| -# installer.pods_project.build_configurations.each do |config| -# config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' -# end -# end + post_install do |installer| + installer.pods_project.build_configurations.each do |config| + config.build_settings['VALID_ARCHS'] = 'arm64, arm64e, x86_64' + end + end diff --git a/Podfile.lock b/Podfile.lock index 265a36d..941e3ee 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Hue/LICENSE.md b/Pods/Hue/LICENSE.md new file mode 100644 index 0000000..65e9840 --- /dev/null +++ b/Pods/Hue/LICENSE.md @@ -0,0 +1,22 @@ +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Pods/Hue/README.md b/Pods/Hue/README.md new file mode 100644 index 0000000..56d634c --- /dev/null +++ b/Pods/Hue/README.md @@ -0,0 +1,153 @@ +![Hue](https://github.com/hyperoslo/Hue/blob/master/Images/cover.png) + +Hue is the all-in-one coloring utility that you'll ever need. + +[![Version](https://img.shields.io/cocoapods/v/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) +[![License](https://img.shields.io/cocoapods/l/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +[![Platform](https://img.shields.io/cocoapods/p/Hue.svg?style=flat)](http://cocoadocs.org/docsets/Hue) +![Swift](https://img.shields.io/badge/%20in-swift%205.0-orange.svg) + +## Usage + +#### Hex +Hue IconYou can easily use hex colors with the `init(hex:)` convenience initializer on `UIColor`. It supports the following hex formats `#ffffff`, `ffffff`, `#fff`, `fff` +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") +let red = UIColor(hex: "#ff0000") +let blue = UIColor(hex: "#0000ff") +let green = UIColor(hex: "#00ff00") +let yellow = UIColor(hex: "#ffff00") +``` + +#### Computed color properties +```swift +let white = UIColor(hex: "#ffffff") +let black = UIColor(hex: "#000000") + +if white.isDarkColor {} // return false +if white.isBlackOrWhite {} // return true +``` + +#### Alpha +`.alpha` is a sugar for `colorWithAlphaComponent`, internally it does the exact same thing, think of it as a +lipstick for your implementation. +```swift +let colorWithAlpha = myColor.alpha(0.75) +``` + +#### Gradients +You can easily create gradient layers using the `gradient()` method on arrays with `UIColor`. +As an extra bonus, you can also add a transform closure if you want to modify the `CAGradientLayer`. + +```swift +let gradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient() + +let secondGradient = [UIColor.blackColor(), UIColor.orangeColor()].gradient { gradient in + gradient.locations = [0.25, 1.0] + return gradient +} +``` + +#### Image colors +```swift +let image = UIImage(named: "My Image") +let (background, primary, secondary, detail) = image.colors() +``` + +#### Components +You can get red, green, blue, and alpha components from any UIColor by using the (red|green|blue|alpha)Component property. + +```swift +let myColor = UIColor(hex: "#ffafc2") +let myColorBlueComponent = myColor.blueComponent +let myColorGreenComponent = myColor.greenComponent +let myColorRedComponent = myColor.redComponent +let myColorAlphaComponent = myColor.alphaComponent +``` + +#### Blending +```swift +let red = UIColor.redColor() +let green = UIColor.greenColor() +let yellow = red.addRGB(green) + +let desaturatedBlue = UIColor(hex: "#aaaacc") +let saturatedBlue = desaturatedBlue.addHue(0.0, saturation: 1.0, brightness: 0.0, alpha: 0.0) +``` + +## Examples +Hex Example screenshot + +#### Hex +This super simple example that displays a bunch of color schemes in a Carousel view. + +It uses hex to set the color for the schemes. It leverages from `.isDarkColor` to make the text color readable in all scenarios. + +The demo also features [Spots](http://github.com/hyperoslo/Spots) for rendering the Carousel view. + +**Example code:** + +```swift +let color = UIColor(hex: "#3b5998") +backgroundColor = color +label.textColor = color.isDark + ? UIColor.whiteColor() + : UIColor.darkGrayColor() +``` + +#### Gradients +Gradients Example screenshot + +This examples shows how much fun you can have with combining `CAGradientLayer` with `CABasicAnimation`. + +It uses `.hex` for getting the colors and `.gradient()` for transforming +a collection of `UIColor`'s into a `CAGradientLayer`. + +The demo features [Spots](http://github.com/hyperoslo/Spots) for rendering the list view and [Fakery](https://github.com/vadymmarkov/Fakery) for generating random content strings. + +**Extract from the demo:** +```swift +lazy var gradient: CAGradientLayer = [ + UIColor(hex: "#FD4340"), + UIColor(hex: "#CE2BAE") + ].gradient { gradient in + gradient.speed = 0 + gradient.timeOffset = 0 + + return gradient + } +``` + +## Installation + +**Hue** is available through [CocoaPods](http://cocoapods.org). To install +it, simply add the following line to your Podfile: + +```ruby +pod 'Hue' +``` + +**Hue** is also available through [Carthage](https://github.com/Carthage/Carthage). +To install just write into your Cartfile: + +```ruby +github "hyperoslo/Hue" +``` + +## Author + +[Hyper](http://hyper.no) made this with ❤️ + +## Contribute + +We would love you to contribute to **Hue**, check the [CONTRIBUTING](https://github.com/hyperoslo/Hue/blob/master/CONTRIBUTING.md) file for more info. + +## Credits + +Credit goes out to Panic Inc who created [ColorArt](https://github.com/panicinc/ColorArt) and [@jathu](https://github.com/jathu) for his work on [UIImageColors](https://github.com/jathu/UIImageColors) which deeply inspired the functionality behind the image color analysis. + +## License + +**Hue** is available under the MIT license. See the LICENSE file for more info. diff --git a/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift new file mode 100644 index 0000000..09bb452 --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIColor+Hue.swift @@ -0,0 +1,247 @@ +import UIKit + +// MARK: - Color Builders + +public extension UIColor { + /// Constructing color from hex string + /// + /// - Parameter hex: A hex string, can either contain # or not + convenience init(hex string: String) { + var hex = string.hasPrefix("#") + ? String(string.dropFirst()) + : string + guard hex.count == 3 || hex.count == 6 + else { + self.init(white: 1.0, alpha: 0.0) + return + } + if hex.count == 3 { + for (index, char) in hex.enumerated() { + hex.insert(char, at: hex.index(hex.startIndex, offsetBy: index * 2)) + } + } + + guard let intCode = Int(hex, radix: 16) else { + self.init(white: 1.0, alpha: 0.0) + return + } + + self.init( + red: CGFloat((intCode >> 16) & 0xFF) / 255.0, + green: CGFloat((intCode >> 8) & 0xFF) / 255.0, + blue: CGFloat((intCode) & 0xFF) / 255.0, alpha: 1.0) + } + + /// Adjust color based on saturation + /// + /// - Parameter minSaturation: The minimun saturation value + /// - Returns: The adjusted color + func color(minSaturation: CGFloat) -> UIColor { + var (hue, saturation, brightness, alpha): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getHue(&hue, saturation: &saturation, brightness: &brightness, alpha: &alpha) + + return saturation < minSaturation + ? UIColor(hue: hue, saturation: minSaturation, brightness: brightness, alpha: alpha) + : self + } + + /// Convenient method to change alpha value + /// + /// - Parameter value: The alpha value + /// - Returns: The alpha adjusted color + func alpha(_ value: CGFloat) -> UIColor { + return withAlphaComponent(value) + } +} + +// MARK: - Helpers + +public extension UIColor { + + func hex(hashPrefix: Bool = true) -> String { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + let prefix = hashPrefix ? "#" : "" + + return String(format: "\(prefix)%02X%02X%02X", Int(r * 255), Int(g * 255), Int(b * 255)) + } + + internal func rgbComponents() -> [CGFloat] { + var (r, g, b, a): (CGFloat, CGFloat, CGFloat, CGFloat) = (0.0, 0.0, 0.0, 0.0) + getRed(&r, green: &g, blue: &b, alpha: &a) + + return [r, g, b] + } + + var isDark: Bool { + let RGB = rgbComponents() + return (0.2126 * RGB[0] + 0.7152 * RGB[1] + 0.0722 * RGB[2]) < 0.5 + } + + var isBlackOrWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) || (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isBlack: Bool { + let RGB = rgbComponents() + return (RGB[0] < 0.09 && RGB[1] < 0.09 && RGB[2] < 0.09) + } + + var isWhite: Bool { + let RGB = rgbComponents() + return (RGB[0] > 0.91 && RGB[1] > 0.91 && RGB[2] > 0.91) + } + + func isDistinct(from color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + let threshold: CGFloat = 0.25 + var result = false + + if abs(bg[0] - fg[0]) > threshold || abs(bg[1] - fg[1]) > threshold || abs(bg[2] - fg[2]) > threshold { + if abs(bg[0] - bg[1]) < 0.03 && abs(bg[0] - bg[2]) < 0.03 { + if abs(fg[0] - fg[1]) < 0.03 && abs(fg[0] - fg[2]) < 0.03 { + result = false + } + } + result = true + } + + return result + } + + func isContrasting(with color: UIColor) -> Bool { + let bg = rgbComponents() + let fg = color.rgbComponents() + + let bgLum = 0.2126 * bg[0] + 0.7152 * bg[1] + 0.0722 * bg[2] + let fgLum = 0.2126 * fg[0] + 0.7152 * fg[1] + 0.0722 * fg[2] + let contrast = bgLum > fgLum + ? (bgLum + 0.05) / (fgLum + 0.05) + : (fgLum + 0.05) / (bgLum + 0.05) + + return 1.6 < contrast + } + +} + +// MARK: - Gradient + +public extension Array where Element : UIColor { + + func gradient(_ transform: ((_ gradient: inout CAGradientLayer) -> CAGradientLayer)? = nil) -> CAGradientLayer { + var gradient = CAGradientLayer() + gradient.colors = self.map { $0.cgColor } + + if let transform = transform { + gradient = transform(&gradient) + } + + return gradient + } +} + +// MARK: - Components + +public extension UIColor { + + var redComponent: CGFloat { + var red: CGFloat = 0 + getRed(&red, green: nil , blue: nil, alpha: nil) + return red + } + + var greenComponent: CGFloat { + var green: CGFloat = 0 + getRed(nil, green: &green , blue: nil, alpha: nil) + return green + } + + var blueComponent: CGFloat { + var blue: CGFloat = 0 + getRed(nil, green: nil , blue: &blue, alpha: nil) + return blue + } + + var alphaComponent: CGFloat { + var alpha: CGFloat = 0 + getRed(nil, green: nil , blue: nil, alpha: &alpha) + return alpha + } + + var hueComponent: CGFloat { + var hue: CGFloat = 0 + getHue(&hue, saturation: nil, brightness: nil, alpha: nil) + return hue + } + + var saturationComponent: CGFloat { + var saturation: CGFloat = 0 + getHue(nil, saturation: &saturation, brightness: nil, alpha: nil) + return saturation + } + + var brightnessComponent: CGFloat { + var brightness: CGFloat = 0 + getHue(nil, saturation: nil, brightness: &brightness, alpha: nil) + return brightness + } +} + + +// MARK: - Blending + +public extension UIColor { + + /**adds hue, saturation, and brightness to the HSB components of this color (self)*/ + func add(hue: CGFloat, saturation: CGFloat, brightness: CGFloat, alpha: CGFloat) -> UIColor { + var (oldHue, oldSat, oldBright, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getHue(&oldHue, saturation: &oldSat, brightness: &oldBright, alpha: &oldAlpha) + + // make sure new values doesn't overflow + var newHue = oldHue + hue + while newHue < 0.0 { newHue += 1.0 } + while newHue > 1.0 { newHue -= 1.0 } + + let newBright: CGFloat = max(min(oldBright + brightness, 1.0), 0) + let newSat: CGFloat = max(min(oldSat + saturation, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + + return UIColor(hue: newHue, saturation: newSat, brightness: newBright, alpha: newAlpha) + } + + /**adds red, green, and blue to the RGB components of this color (self)*/ + func add(red: CGFloat, green: CGFloat, blue: CGFloat, alpha: CGFloat) -> UIColor { + var (oldRed, oldGreen, oldBlue, oldAlpha) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + getRed(&oldRed, green: &oldGreen, blue: &oldBlue, alpha: &oldAlpha) + // make sure new values doesn't overflow + let newRed: CGFloat = max(min(oldRed + red, 1.0), 0) + let newGreen: CGFloat = max(min(oldGreen + green, 1.0), 0) + let newBlue: CGFloat = max(min(oldBlue + blue, 1.0), 0) + let newAlpha: CGFloat = max(min(oldAlpha + alpha, 1.0), 0) + return UIColor(red: newRed, green: newGreen, blue: newBlue, alpha: newAlpha) + } + + func add(hsb color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: 0) + } + + func add(rgb color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: 0) + } + + func add(hsba color: UIColor) -> UIColor { + var (h,s,b,a) : (CGFloat, CGFloat, CGFloat, CGFloat) = (0,0,0,0) + color.getHue(&h, saturation: &s, brightness: &b, alpha: &a) + return self.add(hue: h, saturation: s, brightness: b, alpha: a) + } + + /**adds the rgb components of two colors*/ + func add(rgba color: UIColor) -> UIColor { + return self.add(red: color.redComponent, green: color.greenComponent, blue: color.blueComponent, alpha: color.alphaComponent) + } +} diff --git a/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift new file mode 100644 index 0000000..3de79df --- /dev/null +++ b/Pods/Hue/Source/iOS+tvOS/UIImage+Hue.swift @@ -0,0 +1,176 @@ +import UIKit + +class CountedColor { + let color: UIColor + let count: Int + + init(color: UIColor, count: Int) { + self.color = color + self.count = count + } +} + +extension UIImage { + fileprivate func resize(to newSize: CGSize) -> UIImage { + UIGraphicsBeginImageContextWithOptions(newSize, false, 2) + draw(in: CGRect(x: 0, y: 0, width: newSize.width, height: newSize.height)) + let result = UIGraphicsGetImageFromCurrentImageContext() + UIGraphicsEndImageContext() + + return result! + } + + public func colors(scaleDownSize: CGSize? = nil) -> (background: UIColor, primary: UIColor, secondary: UIColor, detail: UIColor) { + let cgImage: CGImage + + if let scaleDownSize = scaleDownSize { + cgImage = resize(to: scaleDownSize).cgImage! + } else { + let ratio = size.width / size.height + let r_width: CGFloat = 250 + cgImage = resize(to: CGSize(width: r_width, height: r_width / ratio)).cgImage! + } + + let width = cgImage.width + let height = cgImage.height + let bytesPerPixel = 4 + let bytesPerRow = width * bytesPerPixel + let bitsPerComponent = 8 + let randomColorsThreshold = Int(CGFloat(height) * 0.01) + let blackColor = UIColor(red: 0, green: 0, blue: 0, alpha: 1) + let whiteColor = UIColor(red: 1, green: 1, blue: 1, alpha: 1) + let colorSpace = CGColorSpaceCreateDeviceRGB() + let raw = malloc(bytesPerRow * height) + let bitmapInfo = CGImageAlphaInfo.premultipliedFirst.rawValue + let context = CGContext(data: raw, width: width, height: height, bitsPerComponent: bitsPerComponent, bytesPerRow: bytesPerRow, space: colorSpace, bitmapInfo: bitmapInfo) + context?.draw(cgImage, in: CGRect(x: 0, y: 0, width: CGFloat(width), height: CGFloat(height))) + let data = UnsafePointer(context?.data?.assumingMemoryBound(to: UInt8.self)) + let imageBackgroundColors = NSCountedSet(capacity: height) + let imageColors = NSCountedSet(capacity: width * height) + + let sortComparator: (CountedColor, CountedColor) -> Bool = { (a, b) -> Bool in + return a.count <= b.count + } + + for x in 0..= 5 && x <= 10 { + imageBackgroundColors.add(color) + } + + imageColors.add(color) + } + } + + var sortedColors = [CountedColor]() + + for color in imageBackgroundColors { + guard let color = color as? UIColor else { continue } + + let colorCount = imageBackgroundColors.count(for: color) + + if randomColorsThreshold <= colorCount { + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var proposedEdgeColor = CountedColor(color: blackColor, count: 1) + + if let first = sortedColors.first { proposedEdgeColor = first } + + if proposedEdgeColor.color.isBlackOrWhite && !sortedColors.isEmpty { + for countedColor in sortedColors where CGFloat(countedColor.count / proposedEdgeColor.count) > 0.3 { + if !countedColor.color.isBlackOrWhite { + proposedEdgeColor = countedColor + break + } + } + } + + let imageBackgroundColor = proposedEdgeColor.color + let isDarkBackgound = imageBackgroundColor.isDark + + sortedColors.removeAll() + + for imageColor in imageColors { + guard let imageColor = imageColor as? UIColor else { continue } + + let color = imageColor.color(minSaturation: 0.15) + + if color.isDark == !isDarkBackgound { + let colorCount = imageColors.count(for: color) + sortedColors.append(CountedColor(color: color, count: colorCount)) + } + } + + sortedColors.sort(by: sortComparator) + + var primaryColor, secondaryColor, detailColor: UIColor? + + for countedColor in sortedColors { + let color = countedColor.color + + if primaryColor == nil && + color.isContrasting(with: imageBackgroundColor) { + primaryColor = color + } else if secondaryColor == nil && + primaryColor != nil && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor) { + secondaryColor = color + } else if secondaryColor != nil && + (secondaryColor!.isDistinct(from: color) && + primaryColor!.isDistinct(from: color) && + color.isContrasting(with: imageBackgroundColor)) { + detailColor = color + break + } + } + + free(raw) + + return ( + imageBackgroundColor, + primaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + secondaryColor ?? (isDarkBackgound ? whiteColor : blackColor), + detailColor ?? (isDarkBackgound ? whiteColor : blackColor)) + } + + public func color(at point: CGPoint, completion: @escaping (UIColor?) -> Void) { + let size = self.size + let cgImage = self.cgImage + + DispatchQueue.global(qos: .userInteractive).async { + let rect = CGRect(x: 0, y: 0, width: size.width, height: size.height) + guard let imgRef = cgImage, + let dataProvider = imgRef.dataProvider, + let dataCopy = dataProvider.data, + let data = CFDataGetBytePtr(dataCopy), rect.contains(point) else { + DispatchQueue.main.async { + completion(nil) + } + return + } + + let pixelInfo = (Int(size.width) * Int(point.y) + Int(point.x)) * 4 + let red = CGFloat(data[pixelInfo]) / 255.0 + let green = CGFloat(data[pixelInfo + 1]) / 255.0 + let blue = CGFloat(data[pixelInfo + 2]) / 255.0 + let alpha = CGFloat(data[pixelInfo + 3]) / 255.0 + + DispatchQueue.main.async { + completion(UIColor(red: red, green: green, blue: blue, alpha: alpha)) + } + } + } +} diff --git a/Pods/Manifest.lock b/Pods/Manifest.lock index 265a36d..941e3ee 100644 --- a/Pods/Manifest.lock +++ b/Pods/Manifest.lock @@ -8,6 +8,7 @@ - DefaultsKit (0.2.0) - FSPagerView (0.8.3) - HandyJSON (5.0.2) + - Hue (5.0.0) - HXPHPicker (1.1.9): - HXPHPicker/Full (= 1.1.9) - HXPHPicker/Core (1.1.9) @@ -49,6 +50,7 @@ - DefaultsKit - FSPagerView - HandyJSON (~> 5.0.2) + - Hue - HXPHPicker (~> 1.1.9) - IQKeyboardManagerSwift (~> 6.5.0) - Kingfisher @@ -71,6 +73,7 @@ - DefaultsKit - FSPagerView - HandyJSON + - Hue - HXPHPicker - IQKeyboardManagerSwift - Kingfisher @@ -93,6 +96,7 @@ DefaultsKit: 6c767941b2c3fe34c4d70e300e6c3b80c94964dd FSPagerView: 670405b2f18e2a87fa37f20b00de783e562c25a8 HandyJSON: 9e4e236f5d2dbefad5155a77417bbea438201c03 + Hue: c129cb67be7d093a82bbbc30ce8a96757bf6f37a HXPHPicker: d9c7d3c35d959493a79ba02aa41f5d95d2cf5733 IQKeyboardManagerSwift: c7df9d2deb356c04522f5c4b7b6e4ce4d8ed94fe Kingfisher: 016c8b653a35add51dd34a3aba36b580041acc74 @@ -107,6 +111,6 @@ Toast-Swift: 9b6a70f28b3bf0b96c40d46c0c4b9d6639846711 ZLPhotoBrowser: 8ea81aa5cbaaf8b97bf8830fed1b1f756a5e8894 -PODFILE CHECKSUM: f1a874cc265bda5bbe83ffc101ed0b9f7e95f252 +PODFILE CHECKSUM: d370b4ae0eba44cb87b93022b29d6d33fa928c39 COCOAPODS: 1.10.2 diff --git a/Pods/Pods.xcodeproj/project.pbxproj b/Pods/Pods.xcodeproj/project.pbxproj index 11c76d3..61277dd 100644 --- a/Pods/Pods.xcodeproj/project.pbxproj +++ b/Pods/Pods.xcodeproj/project.pbxproj @@ -9,7 +9,7 @@ /* Begin PBXAggregateTarget section */ 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */ = { isa = PBXAggregateTarget; - buildConfigurationList = B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; + buildConfigurationList = 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */; buildPhases = ( ); dependencies = ( @@ -22,7 +22,7 @@ buildPhases = ( ); dependencies = ( - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */, + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */, ); name = AMap3DMap; }; @@ -32,957 +32,970 @@ buildPhases = ( ); dependencies = ( - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */, + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */, ); name = AMapLocation; }; /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ - 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */; }; - 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */; }; - 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */; }; - 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */; }; - 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */; }; - 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */; }; - 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */; }; - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */; }; - 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */; }; - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */; }; - 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */; }; - 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */; }; - 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */; }; - 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */; }; - 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */; }; - 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */; }; - 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */; }; - 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */; }; - 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */; }; - 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */; }; - 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */; }; - 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */; }; - 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */; }; - 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */; }; - 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */; }; - 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */; }; - 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */; }; - 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */; }; - 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */; }; - 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4F4B2F29744131713AF87028991ADE /* Map.swift */; }; - 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */; }; - 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */; }; - 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */; }; - 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */; }; - 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */; }; - 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */; }; - 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */; }; - 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */; }; - 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF690081EAFC25389463A2996F102AFE /* Signature.swift */; }; - 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */; }; - 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */; }; - 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */; }; - 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */; }; - 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7161B33544381B40B54B19B8134794A /* Notifications.swift */; }; - 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */; }; - 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; + 000134C8A4929F83B46469840F1ED727 /* ZLProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */; }; + 007E65077D6A3905C17823A6FAD7B8AC /* PhotoAsset+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */; }; + 0097EE5A16D39C1132810C9ABE4CA7FB /* VideoEditorViewController+CropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */; }; + 00B752CC7380ADEB5E1CC9BE3C3F17DC /* AssetManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */; }; + 00BB34E1DF678A2D8D9085E6708AD7E8 /* URLTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */; }; + 011EF1B823ABA768E1AA4FD35754DC04 /* VideoEditorMusicAnimationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */; }; + 0168D039E775816B7A52ED863D080A95 /* CustomDateFormatTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */; }; + 01C550A53C9E2047C83F8E85BBB558E6 /* ConstraintLayoutSupportDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */; }; + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */; }; + 02545C4DEEFDB1038837E102BD1A06EC /* Decimal128.swift in Sources */ = {isa = PBXBuildFile; fileRef = 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */; }; + 02CB52318C55F417998655BB7D5ACCF0 /* PublicKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */; }; + 03015FE9FBEE3C5E88B139C438053DD6 /* EditorTextConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */; }; + 030F2AC677591D7B138D81E2CB94071D /* MJRefreshAutoNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */; }; + 032A65EE57DEDDE2F1A1DDA4C7B63704 /* MJRefreshTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 034AADC08300670C7DE6C719F454C85E /* PersistedProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */; }; + 0363F90A1E8BBB7DB31B2C018F27E2BD /* PhotoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */; }; + 039EAFE7935113805F3FC21BF1B7C9D5 /* LayoutConstraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */; }; + 042200FD574B3E4E6EAB533DC1D9AD16 /* RLMRealm_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 048586FE83D039D6B96BB347531B539F /* ZLPhotoConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */; }; + 04F5B063D9A5D6AA852502AE021C757E /* RLMDecimal128.h in Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + 05A67BD487C59697472112550BF0AD2A /* RLMSyncConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + 063465DCED6CEED2023B2CD4291F4B52 /* RLMApp_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 0667F331559527B8E8B97B7B4A41E5A2 /* PhotoPickerBottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */; }; + 068AF07BB87B2934605D8CF132AA1781 /* RLMUserAPIKey.mm in Sources */ = {isa = PBXBuildFile; fileRef = F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 07156A5DC88281DDCDDDC08F2BA33BA6 /* UIView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */; }; + 071FD21E684B326A5E22A725D4D5D0C0 /* CGFloat+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */; }; + 076C1844E64327380738EEAA9F1CF8B3 /* PhotoPickerSelectableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */; }; + 07988B66B5077EAD4C5066884499D694 /* MJRefreshStateTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */; }; + 093CFA039E759DA6EC6D0182E2E318E7 /* RLMObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 094019D0ACA1D0A279CB30515AAB0ADB /* RLMConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 0950C05956560A88FE823F5A4741332E /* PhotoPickerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */; }; + 09EBA5B34D5CD64F43378D2933F19E1E /* PhotoManager+Audio.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */; }; + 0B1542CE548A2316332EA82E62F86804 /* AssetManager+LivePhotoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */; }; + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */; }; + 0B7AA9DE5B5F63D414B017F3F38C306F /* FSPagerView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */; }; + 0C1EFA751D3A51F83EE0735E34882754 /* ZLCustomCamera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */; }; + 0C3F2613A45621B9C78D7F08A52DD153 /* RLMDictionary.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0C5E11DE24DAA737704B355F5F2F3426 /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */; }; + 0CB465D4449669939C51423E853FFA53 /* Map.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */; }; + 0CFCC61343670D899AFFB4EA766D665A /* ObjectiveCSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */; }; + 0D15C71A2A60BBE0E3BD82DA46ED87B3 /* PhotoEditorFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */; }; + 0D4DBF9FDF05DDDD3ACA75CCF634EE30 /* RLMUpdateResult.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + 0DEF0EDC2B4B2B3EEDCF0AAD8EF50EA0 /* ZLVideoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */; }; + 0E55C10DA284E8AC2B2EE4FA6B8F6C2B /* RLMSyncUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 0E7EC964F7C73D3DDA52EFC5682BF00C /* ComplexTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */; }; + 0E8735E8DD91DE452C959A933277827D /* CollectionAccess.swift in Sources */ = {isa = PBXBuildFile; fileRef = 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */; }; + 0ED9AD8205D025503971DE7F8C6025E9 /* RLMDictionary.h in Headers */ = {isa = PBXBuildFile; fileRef = 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */; }; + 0F7E7F1F6088011AA1FD2D1F09DA2812 /* RLMSwiftProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 0FB24DB85D361A0FD5C1EBAF5BE31CCD /* ObjectiveCSupport+Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */; }; + 102F4487BC4ADC3C2B56A0470E0A9468 /* IQKeyboardManagerConstantsInternal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */; }; + 10402876D93EB5C6867A7F66806D7CD9 /* RLMFindOneAndModifyOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 107AD23CD8FFA23C695DAB3F38445E3E /* RLMAPIKeyAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 109F1E2EB50EA578749F4097EE7194DF /* Signature.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */; }; + 10ED22458652653BB7D370AEBF9D77CB /* CaptureVideoPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */; }; + 1157F97797395CF024410645B7C92EC5 /* RLMNetworkTransport.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 115F2EDF6E7AF98E8813AB1E108386DE /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */; }; + 11CC14FF03E96CD22B44992B8FAF682A /* RLMUser_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 11E35C74837FFEE440106807325571EB /* Int+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */; }; + 11E58CACDA20DDCCDE7CEE88E61A63E3 /* RLMEmbeddedObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1218E55A21A583689F065C9E60E21E85 /* MJRefreshAutoStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1253BEE98516D8F8424F4E902B2B4A14 /* RLMSyncUtil_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + 12C95D1EB1985939E3FB53E0C5E4EE2E /* RLMRealm_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + 132C8C8903F16899352B8E975633E4EE /* HXPHPicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */; }; + 132E0F619E4338E5D1B27E4C72076B3F /* Notifications.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */; }; + 1356AD6E77014CB9DA88C8807FC025DB /* NetworkAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */; }; + 135DF4A0D4EBDBCB775BDD6692B4CA5F /* RLMObjectBase_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + 14501D0E4112096482B1EAF6F62D993D /* RLMProviderClient.h in Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; 15A6601EB968EC434B2E676DAF0D5075 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */; }; - 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */; }; + 162A3D0B5F025871F109D2354F9EDF16 /* FSPagerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */; }; 1680D948AD64003021C150817770CAD6 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */; }; - 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2A103A96349E36354F0D730009E9944 /* PointerType.swift */; }; - 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */; }; - 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */; }; - 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */; }; - 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */; }; - 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */; }; - 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */; }; - 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */; }; - 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */; }; - 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */; }; - 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */; }; - 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */; }; - 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */; }; - 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */; }; - 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6BE22170791C4A553436A62B7882491 /* Message.swift */; }; - 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */; }; - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */; }; - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */; }; - 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */; }; - 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */; }; - 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; - 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */; }; - 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */; }; - 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */; }; - 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */; }; + 169094D297B643310BF2BD951A4684ED /* MJRefreshBackFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */; }; + 16B13E23533CDF513B4A603B243FE67E /* PointerType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */; }; + 178B061B26ADEE4A1CB92FC204405079 /* MJRefreshComponent.m in Sources */ = {isa = PBXBuildFile; fileRef = 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */; }; + 18D532DA21B1BBBBFF1CFA4050F8396A /* EditorStickerTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */; }; + 18EF68A63F897815E7651478AC683BFF /* MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */; }; + 1942F7D3B7722A5637C3FC0BE44B1E6C /* SwiftyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 1945CD5D63A1C164AEAAA9A33E85571E /* Alamofire-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */; }; + 1956E392D500F3CD899D39A5F805736D /* Typealiases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */; }; + 1986B50C74F1697EA43F68335C93CEB3 /* MultipartFormData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */; }; + 1A36E4D428F1779CBE2F5436F6DA4A31 /* AssetManager+VideoURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */; }; + 1A5271416C6BAE0AE4D3A21B32ED6131 /* RLMBSON.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1A820E3753A58F90E41466C32436FDEE /* Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */; }; + 1AFB1E9136716C0B61D6C700FF1E60FD /* ConstraintLayoutGuide+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */; }; + 1B0047B040356CE8A281491C540751E1 /* Optional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */; }; + 1B29058712D83A2E9581516474123E81 /* MJRefreshAutoStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */; }; + 1D58757F9CFCB76FF8710544B0376BF5 /* RLMCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */; }; + 1D7224C5EF47645ECEABF3C3631492CA /* RLMUserAPIKey.h in Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + 1D927B1B1B3B81CBDFF7FB44ACBC62B1 /* AlbumTickView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */; }; + 1E4ABFD0FB7494EE60C7D68A76FD4AF1 /* PhotoEditorDrawView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */; }; + 1E5E2DC2F1862397AEE5BA04E6234C89 /* EncryptedMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */; }; + 1EF55436A45096EEC703D8A9D521DAD3 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */; }; + 1F23758E8DFB2DC616D3CC0D333BDD6F /* RLMSet.h in Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 2024EE5E265681137A9FEBC630E6E0F1 /* Toast-Swift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 202CACEE7D4DD43EC48D13F3579F52E2 /* MJRefreshAutoGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */; }; + 208B3264F065993E01B0596A2E5A755C /* PhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */; }; + 21AB1101BBE4D28D74ED4EDF0D59025A /* ConstraintInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */; }; + 2242BDC18F6BD8FC00A81B9DCF0BCDA3 /* RLMCollection_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + 2268CBF8D03A3700579A0B578FA81DD9 /* RLMObjectBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; + 226F710D8D3B3502AD5DF3BD83FE7321 /* AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */; }; + 22CE0F447905B9F7D536F8CE07DCA9C7 /* ZLGeneralDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */; }; + 22D3EFF33F1191F7E91061FC9E3CD359 /* RLMUser.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 22F534202F1669607531DEB59A1509EF /* NSBundle+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 231717EDB70AE604CA6BC3EE655ED61C /* RLMMongoClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + 232B2F922E972D9F43D2EE15ACECE734 /* ConstraintPriority.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */; }; + 233588202ED958B0493F46E0EC1A6E71 /* Realm.h in Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + 2341E58CFAA59B30886D0552A6B89888 /* Metadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */; }; 2358B57B83BE526AED64799C6892B2CE /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */; }; - 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */; }; - 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */; }; - 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */; }; - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */; }; - 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */; }; - 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */; }; - 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */; }; - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */; }; - 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */; }; - 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */; }; - 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */; }; - 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */; }; - 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */; }; - 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */; }; - 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */; }; - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */; }; - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */; }; - 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */; }; - 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */; }; - 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */; }; - 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */; }; - 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */; }; - 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */; }; - 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 23E0252121966AB2B6540D9427BD13DE /* RLMRealmConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 2460D144ED2DD9CE8A4EECD9FEE6C029 /* RLMSwiftProperty.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */; }; + 24A47FC3B3F19CE0FF60ABAF42FA8F5D /* HXPHPicker-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 24BE8FA694F09F089122CC0AF4261FC4 /* RLMAPIKeyAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 24CD7F98BF2422F938DFA1B4D109F7A3 /* MJRefreshStateHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */; }; + 259D6FC80BCFE785471F743B1F533970 /* IQNSArray+Sort.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */; }; + 25BAE5462933B4C0961C891D84AFCBBD /* EmptyViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */; }; + 26168D21F6738B82078DED20B281F26C /* Properties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */; }; + 2636AC58FFB864367B2C7DA814440673 /* MJRefresh.bundle in Resources */ = {isa = PBXBuildFile; fileRef = BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */; }; + 2705200C056C88A15966552F16AA9A3E /* RLMAPIKeyAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */; }; + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */; }; + 2829A172CF7718DF92F11F74FC30808C /* MJRefreshConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 28E8770B6BD33EDE289387686DDAAA2F /* PhotoPreviewViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */; }; + 28F4022017FF27F267C295AFF7B454CA /* Aliases.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */; }; + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */ = {isa = PBXBuildFile; fileRef = 481832732EA2E7053D54A462407B39CA /* Resource.swift */; }; + 2955AA9B382F600618746B1B17A2BE44 /* PhotoManager+Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */; }; + 2A1BA9B57527489FEC921B96F674DF25 /* PhotoPickerControllerProtocol.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */; }; + 2A1BBBC87AC2367BD14610A9D10D285E /* ConstraintAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */; }; + 2AB4F3667D11B3ECD8B1E21099829335 /* List.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */; }; + 2BB226884124A04EC907B70423F88D6E /* SwiftRandom-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2BF6FBC0A64BF107C5D64C61F1397770 /* SwiftyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */; }; + 2C06F2E972444D359754D21AC46BFFE2 /* ConstraintInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */; }; + 2C61B040BA6A9A7AE66C4D9BA26D5520 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */; }; + 2C87B1AD5D71B60262B804787B8833E3 /* LocalAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */; }; + 2CC7DA15DFFA7ED72F05D62F33EE07DF /* Persistable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */; }; + 2CD40519DA3A82A33FBD963B836A2E28 /* AssetManager+Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */; }; + 2CDE3F46DA7B7EDF2930A8ECFAAA67A5 /* ZLPhotoBrowser.h in Headers */ = {isa = PBXBuildFile; fileRef = 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2D84CC49CF8696C5FC0B4F97183757BA /* MJRefreshStateTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; 2E32D42A92D75494C1A67E3F7606526C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */; }; - 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */; }; - 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */; }; - 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */; }; - 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */; }; - 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */; }; - 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */; }; - 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */; }; - 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */; }; - 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */; }; - 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2E745FAA5F6C800C54126A71862D561C /* AssetManager+ImageURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */; }; + 2E97205CB73B86E660E74B0A9A640DB0 /* ThreadSafeReference.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */; }; + 2F1668E8F9CD88376B455A032C3B3B56 /* VideoEditorViewController+ToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */; }; + 2F44236F240D213E02C4BD3445600A18 /* UIScrollView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */; }; + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */; }; + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 311C0CA911EA0420215146DC949085CC /* SelectBoxConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */; }; + 3130B13C157FC1AF188DC4C5EB488135 /* PhotoPreviewSelectedViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */; }; + 318C9AE561E84FB32474419361D8F089 /* SwiftyRSA-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3193022A6459A50A4328ABE4232248E6 /* PhotoPreviewViewController+BottomView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */; }; + 31EF91A23AAC06327EFF99407F58E4A1 /* MJRefreshFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */; }; + 320260D709905D935034646387F3D8F1 /* AlbumListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */; }; + 32875BD0D0C2023541F2FE9CB05433C9 /* MJRefreshAutoFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 3309D6656839B9A948966438D1ABA2AE /* ZLImageNavController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */; }; + 3324E0978729F8FD28D4BB90470E9F69 /* DefaultsKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 33483C1C427390BED308CBAB3EEEE277 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */; }; - 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */; }; - 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */; }; - 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */; }; - 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */; }; - 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */; }; - 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */; }; + 3404FBB604AFBA4121B30C49390CEBF4 /* VideoEditorFrameMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */; }; + 3492BEC6DF19CBF4833524E8CBF52692 /* RLMSyncConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + 350C902A5DBCB35A884E1E7F35495EAB /* RLMArray.h in Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + 353752D9A9F7F248668FD0AEF17A32D6 /* RLMProviderClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */; }; + 3556ABFE95166393671B7FE6CFC90A5B /* Core+UIDevice.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */; }; + 3571F958A3907B3A806E62D50C2550D4 /* NetworkReachabilityManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */; }; + 35AA6DC9335D31B2B6A51D05D99FE81D /* RLMObject_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + 35FACA839E3E45530D4D925DA94ABA3A /* DataTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */; }; + 365048FB73C98172CF7C927FC0CDEC7F /* SwiftyRSA+ObjC.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */; }; + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */; }; + 36EAFD13F69D74B4382B9F2E5A152831 /* RLMSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + 3795AF0135FA88E2F37FB6625FABA0CB /* RLMSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + 37A11B40B50FCB3B650168179C01FE10 /* ObjectId.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */; }; + 37C046A30BDC43BD50DD0CBCEF2C9654 /* RLMSet_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 38AA7FC0D709FA4A159003F3201AA437 /* VideoPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */; }; 38EE0727B33503FD20E1363988E46AB2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */; }; - 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */; }; - 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 3950A55EDDC8856B06641A41CFC53DBE /* AssetManager+Authorization.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */; }; + 3957D4394792167039F915B9D8B289EF /* RLMRealm+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + 395C986AB00ED8C842E8A4E4D972C3CD /* EditorChartletView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */; }; + 39E00813A5B34F98DB97598247DDDB39 /* RLMSwiftValueStorage.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + 3A22E922AD401222C603D7EADC9C16DA /* RLMCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 3BA895DEFFA32EF2A6B36BE2F8DF1859 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */; }; - 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */; }; - 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */; }; - 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */; }; - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */; }; - 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */; }; - 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */; }; - 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */; }; - 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */; }; - 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */; }; - 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */; }; - 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */; }; - 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */; }; - 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */; }; - 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */; }; - 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */; }; - 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */; }; - 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */; }; - 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */; }; - 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */; }; - 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */; }; + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */; }; + 3BE00F7D0BD929A691808F4940FB8A14 /* RLMSyncManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 3BE1C0F51FF99B7BF15EBE5D1026C408 /* EditorCropConfirmView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */; }; + 3BEE929DAB2AD003FFC25D541E012771 /* Picker+PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */; }; + 3BF67E5AEF5378F19F9E1B569EF7376B /* MangledName.swift in Sources */ = {isa = PBXBuildFile; fileRef = D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */; }; + 3BFC243AB9BD579969F0D5756560BCAA /* Constraint.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */; }; + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */; }; + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 3C86F3D5347584BACCF98E96DC3ECA4F /* PhotoPreviewViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */; }; + 3D1A47FA993D692D19E61FBA737115FF /* PhotoEditorViewController+Animation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */; }; + 3D7A617F66B55F11C328344CA0CF804E /* ISO8601DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */; }; + 3E1BD1C8A54E87AA527D7133124672B1 /* EditorToolViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */; }; + 3E5285F4F36EAD77ECABBFB7F36BB1BB /* ConstraintView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */; }; + 3F091C427A3E96117C902E8EA143729E /* IQKeyboardManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */; }; + 4001E8BCC3F3DDA622B8139E655D1592 /* Core+DispatchQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */; }; + 402BFA51F9D5B34012CC6BF6B25BD793 /* RLMDictionary_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + 40CBFB5390E61A8ABB6CD1E63FADDFF0 /* RLMApp_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */; }; + 416D1B79C9310661377F832F363772D7 /* PhotoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */; }; + 4242179BB2DE4D24252BB0774ABEA8F6 /* ZLPhotoBrowser-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */; }; + 428AE30950109AC2C9D45CB9E0C9B0EB /* Array+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */; }; + 42AD5BD6B4551410200178111B025047 /* RLMPushClient.h in Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 42B1707228A2274702A869B12727440F /* ZLAddPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */; }; + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */; }; + 42DE882BA309BCB3A8EF0A0CFCC96E0C /* PhotoPreviewViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */; }; + 42E88CB9056B0520E578FEAEC2162400 /* RLMPredicateUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 43270E86B4B44DB3F90AC7612920C8F1 /* RLMRealm+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 442E852686C985FA6F9278E72B290F74 /* RLMFindOneAndModifyOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + 44512DE72805084B0699CC4148F3DED6 /* LanguageType.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */; }; + 448765957EBF77159EF68DFDB9A47FD8 /* SortDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */; }; + 44BA2326D9977A4E0CA96FD630BAF9DB /* RLMValue.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 44D61976CDABEE75A89BC987D836BA22 /* MJRefreshConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */; }; + 457BE5CA8F3A7BCEBF52FDA75A0FE4C6 /* PhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */; }; 45C0A494B2AD5EC3906CAE0CAB03450D /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */; }; - 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */; }; - 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */; }; - 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */; }; - 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */; }; - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */; }; - 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */; }; - 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */; }; - 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */; }; - 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */; }; - 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */; }; - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */; }; - 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */; }; - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; - 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */; }; - 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */; }; - 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */; }; - 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */; }; - 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */; }; - 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */; }; - 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */; }; - 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */; }; - 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */; }; - 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */; }; - 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */; }; - 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */; }; + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */; }; + 4603F2585B00AE9C6AF76F0F23E0004F /* RLMNetworkTransport.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4665274B82A1477F9A675E58C93E5814 /* ExtendCustomBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */; }; + 46B96F9DD5C4B47B38AFDE38132D6434 /* ZLPhotoPreviewSheet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */; }; + 46FB661A8AC48AC9AE4891A737C28C6A /* RLMRealmConfiguration+Sync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 472928D0DC9F68000152CEBE7857BF4E /* Core+Data.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */; }; + 4737103B10A1C40C5301D0512B9310E4 /* IQKeyboardReturnKeyHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */; }; + 4753716AE7A1AB22FB6BA61AA74D942F /* Toast.swift in Sources */ = {isa = PBXBuildFile; fileRef = 911275371E8AA5D197954D617F5EF924 /* Toast.swift */; }; + 478273CE1183C67CA61D03475A93324B /* ZLPhotoModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */; }; + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */; }; + 48FC760113FFBCF67E95B2FF976A4572 /* VideoEditorMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */; }; + 495E9236CFD0C00E870A545C2F45A1A7 /* RLMSet.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */; }; + 4966258A442A5437AF919B68B400AB38 /* RLMMigration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */; }; + 49C4C3FF9E6FA274A313279BD08EFFCF /* VideoEditResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */; }; + 49EA4A6D8F90BE465B47F59F7F0041EF /* PhotoPickerViewController+Editor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */; }; + 4B482C63793B63C435D3FD99E4E8369F /* RLMCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + 4BB984DB4BCE540990A489F0C3B4DE4D /* Core+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */; }; + 4C069FA7FAA45154DA92CF5DF3BCDCA9 /* IQUITextFieldView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */; }; + 4C432B389802242037B7FDE012A84B16 /* MJRefreshBackStateFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */; }; + 4C7A676DAE95EEAC3787A75349F0862D /* SnapKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */; }; + 4CC56840BD806634A0058B26D5B1E2EF /* ZLPhotoBrowser-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */; }; + 4CDF30196F614C8FCFE9CE0E417749C0 /* EditorController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */; }; + 4D2D5740133AA69E01877FE2B0B2A044 /* RLMSet_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */; }; + 4D30822DCBEB02205AC5DBF6628D82E5 /* RLMUpdateResult.mm in Sources */ = {isa = PBXBuildFile; fileRef = 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 4D3EB64E8485CF3611B4AEC5B23F9021 /* EmbeddedObject.swift in Sources */ = {isa = PBXBuildFile; fileRef = D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */; }; + 4DB426AE8F6A7872EA9980675937860C /* MJRefreshNormalHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */; }; + 4E2B14200047E6C7E715CC9310236951 /* Logger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */; }; + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */; }; + 4ED1527DCD779C5DA562796D603E7AAE /* MJRefreshTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */; }; + 4F0CF2AD58CF0D08BC090E7AF0DD63D7 /* IQInvocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */; }; + 4F50EE7AAACFFB8B8E385C4A1642FFCE /* EditorToolViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */; }; 50013C33D35EBAF31ACF3A8B3A9A3FB4 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */; }; - 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */; }; - 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A15176C96A54934908F24154DB94635 /* Property.swift */; }; - 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */; }; - 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */; }; - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */; }; - 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */; }; - 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */; }; - 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */; }; - 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50433B5480CA1C36B6F17F9C1E9C2D19 /* RLMRealmConfiguration+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */; }; + 5044FEAEF09468B6964F9F37A1F1F45C /* IQPreviousNextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */; }; + 50525A0EBF0BA5FAE8DA2D18363C16C7 /* Property.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */; }; + 505BA6E76D37BF73CE52F1BF8146BDF3 /* RLMAccessor.mm in Sources */ = {isa = PBXBuildFile; fileRef = 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; + 5133331821D9D576A546B6ACF9A49829 /* UIScrollView+MJExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */; }; + 51BC5F6FC734A378B91DE851F93A1377 /* ClearMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */; }; + 51CD5887014967E77E58F5A163996454 /* ConstraintMaker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */; }; + 521E330943F0873C4A7233989DC674DD /* EnumType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */; }; + 52A3E6BC5129D2276A3D7E1B7DCF11B4 /* RLMDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; 52F5E7A192ED3AC9E8B88C97CE8D5066 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */; }; - 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */; }; - 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */; }; - 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */; }; - 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */; }; - 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */; }; - 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */; }; - 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */; }; - 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */; }; - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */; }; - 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */; }; - 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */; }; - 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */; }; - 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */; }; - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */; }; - 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */; }; - 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */; }; - 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */; }; - 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */; }; - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */; }; - 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */; }; - 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */; }; - 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */; }; - 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */; }; - 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */; }; + 53791F5E5F07400F92CFDFC89A432305 /* Validation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */; }; + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */; }; + 53C7A03912CD3C1AC6FD010B59ABC2AD /* RLMNetworkTransport.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */; }; + 5405240B3B74BEACCD4820595881CB61 /* FSPageViewTransformer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */; }; + 54067243F2943F0D88184AB09ADFD010 /* RLMConstants.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */; }; + 547A54ED12924070FE4CA1E0B34AF09A /* RLMResults.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + 549475046D984BC82760CAF88F14A53F /* UIControl+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */; }; + 549622A156D2F61434787838ACDF911E /* Picker+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */; }; + 54DD15935BFE8282516BBF4823AAED30 /* VideoEditorViewController+CropConfirm.swift in Sources */ = {isa = PBXBuildFile; fileRef = D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */; }; + 54DE14AE0F512C6575EE99AFC77C84FB /* ZLAlbumListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */; }; + 55C0AA01EFB38DB3E99E12871EAAA0CA /* UIScrollView+MJRefresh.h in Headers */ = {isa = PBXBuildFile; fileRef = 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 562484A5ACF5A9ADFB61F9D4480722E4 /* RLMSyncSession.h in Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */; }; + 567FF194045E498BB46637D68B4864CA /* ZLAlbumListModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */; }; + 5681DE05C9077FCA641D2448B0E98E69 /* RLMUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 571F259AE8BDDA9DDA0020A18189602E /* RLMUser.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 57383872DE1BE9F2FFB891A6491833B3 /* RLMSyncUtil.h in Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 575A6E5065B2D63D73D9D3093BFC8BA1 /* MJRefreshComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 57B1876F2BE4168E5BFDB63D8CC849A0 /* ConstraintLayoutSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */; }; + 5826306A022502284CA4FAD4CF4E83B8 /* DateFormatterTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */; }; + 585077EE240C6F9B76AC3FAF49D5A1E8 /* OtherExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */; }; + 5854DF509E8A016B6235793D04083035 /* ConstraintConstantTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */; }; + 5912D51CAA73DA0CE18C7BB2374206BE /* EditorToolOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */; }; + 5964B6FBED5CC41D1BBD559FA353F2D4 /* TransformOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */; }; + 598DD6A89D95E8ED728B20C732B3068F /* PhotoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */; }; + 599470DC4C9AE667C01FB856CF2F765A /* EditorToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */; }; + 5AAD5ECA651497D55831AFACA57AFE26 /* PickerConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */; }; + 5AE0CA9D9D3288566E564B45DBBF637F /* ZLTextStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */; }; + 5B08A22DA063D61231FB17FE19472687 /* LinkingObjects.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */; }; 5BA7C118299AA4C3BE2FFCC91BE7DA2C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */; }; - 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */; }; - 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */; }; - 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */; }; - 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */; }; - 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */; }; - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */; }; - 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */; }; - 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */; }; - 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */; }; - 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */; }; - 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */; }; - 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */; }; - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */ = {isa = PBXBuildFile; fileRef = B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */; }; - 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D33268C4146285CCAE45931FA1336E /* Schema.swift */; }; - 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */; }; - 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */; }; - 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */; }; - 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 5BD58F6E21A2D61F24B27E0E58E28977 /* HelpingMapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */; }; + 5BEF7CF6A7E97E8EA71A33B916E267DF /* RLMClassInfo.mm in Sources */ = {isa = PBXBuildFile; fileRef = 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5BF4E014884C35E89F5C1E17DB1DD3A1 /* RLMQueryUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5C5BCF60D65550D9E5B27A317CA2EF25 /* Randoms.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */; }; + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */; }; + 5DFED802EF81133FE3C4CF707DEFF4AD /* AssetManager+AssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */; }; + 5E85735707338DB5847FE003A58C7593 /* RLMObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */; }; + 5E8BC3A2D193391B517523A1295C7826 /* TransformType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */; }; + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */; }; + 5F55A78DF95C8630CB6F316ABA7DE4C5 /* CropConfirmViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */; }; + 5F833CACE05827B13D4F78D3A99EF19B /* RLMSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 5F8531D6F1EEDA927BFC52FBD367D97D /* ZLWeakProxy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */; }; + 5F9ADB436B42B79BD6860EB860F07994 /* AssetManager+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */; }; + 5FB286ED7FBE3253B4F9555515612C19 /* VideoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */; }; + 607F5ECF295429A8FEE7953FB268C193 /* PickerCamerViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */; }; + 60FDAE82DF4BF5E38C08B1422950E2B0 /* PhotoAsset+Codable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */; }; + 614E85F89E1BCAED910D0492D804AD4C /* Schema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */; }; + 615B30982FC456CCBF8378685CF84BDA /* RLMConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 617AD57FBC0E1AE4D467C28B8002878F /* EnumTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */; }; + 61AEC51A2C0AA969ED48E3CD669E72D9 /* PhotoPickerViewController+Preview.swift in Sources */ = {isa = PBXBuildFile; fileRef = 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */; }; + 623B0B336B5377657330C434C132351B /* RLMRealmConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */; }; + 62A85277D0462C43B80A05E8822794BB /* IQKeyboardManagerSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 62E825E64905A5738BC9F43FE71AB706 /* Photos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */; }; - 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */; }; - 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */; }; - 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */; }; - 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */; }; - 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */; }; - 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1387E860291583195B619E8719BE9BD /* Result.swift */; }; - 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */; }; - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */; }; - 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */; }; - 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */; }; - 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */; }; - 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */; }; - 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */; }; - 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */; }; - 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */; }; - 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */; }; - 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */; }; - 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */; }; - 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */; }; - 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */; }; - 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */; }; - 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */; }; - 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */; }; - 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */; }; - 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */; }; - 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */; }; - 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */; }; - 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */; }; - 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */; }; - 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */; }; - 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */; }; - 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */; }; - 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */; }; - 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */; }; - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */; }; - 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */; }; - 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */; }; - 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */; }; - 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */; }; - 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */; }; - 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */; }; - 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */; }; + 6352D48482634C4EA8ED1D91C0C9EA35 /* PickerInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */; }; + 6357511D7CE9DBEBB7B69D82E9BC2272 /* EditorStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */; }; + 635CD97871F2F01C5E7F08D5F3139D5E /* PhotoAsset+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */; }; + 6394CE1E162CFE47A14EFB21CD66D4A0 /* AssetManager+Asset.swift in Sources */ = {isa = PBXBuildFile; fileRef = EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */; }; + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */; }; + 643ADBE233ECC8789DF6870E5CC71FB4 /* ZLLanguageDefine.swift in Sources */ = {isa = PBXBuildFile; fileRef = 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */; }; + 64744C911253C3E01461FAD7C935C8D7 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */; }; + 64B65432CEFD91CFCF879746700AB2DF /* RLMSyncUtil.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */; }; + 660EE479C6EE5D8088A86C623AC89B2E /* PhotoPreviewVideoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */; }; + 6616F0C381B5A602B867A90752B173CF /* VideoEditorMusic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */; }; + 66A5D6AD4CE403752FF9D89B1DE1B6A5 /* Defaults.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */; }; + 66A76A697D44A3B0808CF4E2991D214F /* EditorStickerTrashView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */; }; + 66F38DB367387E8CED5FC7F9AF713A4D /* PickerResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */; }; + 671650B5306AC075C470A221F076DED0 /* MJRefreshBackNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 674354090507B3319EBC2FC18690EC5B /* FSPagerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */; }; + 694478A2229B4E12CB593E978C6D14EA /* NSError+RLMSync.h in Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + 694FEE924E74DBD93C71D141E8F758A0 /* NSError+RLMSync.m in Sources */ = {isa = PBXBuildFile; fileRef = C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69AB4FC055D3C95C69F196DD30365C42 /* RLMManagedArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 69B8EAB5D5A541A1B599CDBEA8D0AE8E /* AlbumView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */; }; + 69C29DB4C0970C4513CC2A58E8687750 /* ZLFetchImageOperation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */; }; + 69CCBEEDFCA6D743D80026568D961919 /* ConstraintMakerExtendable.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */; }; + 69E3A06BBDFDC7D06A9D4BDC4E895E73 /* ConstraintRelatableTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */; }; + 6AEBBD95C9D35B7F220EDC37E4477F7A /* RLMBSON.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 6B15CB962DD6909799721040AC731E63 /* MJRefreshAutoFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */; }; + 6B326644BB08AEDF697A82A0F1A66D68 /* Toast-Swift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */; }; + 6B3C9A1332CA0242F453740FB59E9A0D /* PreviewVideoControlViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */; }; + 6B448E235BB70E364170BE907EB2B038 /* Transformable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */; }; + 6B5DE72C51A7ECFCA0F08938450FEF13 /* MJRefreshGifHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 6B71A4523FBF7E47846FF8DE80B4AA40 /* RLMMongoCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + 6B77FE96522FE5C0DC3B8159822622B5 /* PhotoPreviewSelectedView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */; }; + 6BA5EAD3D85576FFD4949BC149A2BD71 /* RLMObjectBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 6BDA137322229F674A8C692A989A9A34 /* Deserializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */; }; + 6BF0A1510AF01BEFC8628DC00BAD437A /* RealmSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */; }; + 6C7D68E2BFAD0EBABB6EE0271A1DDDB5 /* PhotoManager+Language.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */; }; + 6CA99544937EED9DFC2EBE92D155D981 /* ZLThumbnailPhotoCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */; }; + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */; }; + 6D637F1DB4F673ACD4CF012D09C31F27 /* Object.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */; }; + 6D7A437591E3BFF39D5085B8BC81EEFD /* Measuable.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */; }; + 6E0EB9E7FAAEDBB7A73ECF3095F69C4A /* UILayoutSupport+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */; }; + 6EC8076A20AB7E6B95175260C0B96211 /* ObjectiveCSupport+BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */; }; + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */; }; + 6F16B7F1D127D534A1B18961854DA0C6 /* RLMValue.h in Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + 702D69BF03EA44844FEAD648C0249E88 /* FSPagerViewObjcCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */; }; + 7042289F13677CBCD3AA6D0EA26C89D9 /* ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */; }; + 705CE53110A6E3D95EA2E8696E8F9CD9 /* RLMProperty_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + 70EE1C774C978E1876AE6CA1224E897D /* MBProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */; }; + 71A0BF9ADAE68B3494894F70E9B6EF93 /* RLMUser.h in Headers */ = {isa = PBXBuildFile; fileRef = 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */; }; + 71DE9DC2FA583526AB4D1FD7F00C099C /* ConstraintDirectionalInsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */; }; + 72D74F3CC87FBC63F9BF69BA01074628 /* RLMPushClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */; }; + 72FDEDA32D860011CFF0B0BD2FDB711D /* AlbumTitleViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */; }; + 734D4DE8BD1C0B50BF588A1A07A698CC /* RLMSwiftValueStorage.mm in Sources */ = {isa = PBXBuildFile; fileRef = 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7385197EBBF083D95CE8AD53715BB467 /* PhotoEditorMosaicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */; }; + 74341DA37F4B926FDF4CB2599CAC547A /* IQUIViewController+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */; }; + 7461BD5DB5E6058BB91FFC3745692F61 /* LivePhotoError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */; }; + 7530CD58E6B054EB735DCF73F7018952 /* ZLEmbedAlbumListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */; }; 753C8C42CEFBED94E1F1E752955F0254 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */; }; - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */; }; + 7549BF2CE4A8D9E64AC6997E0F42B4E5 /* PickerTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */; }; 7596519E375DA27F6E7D05D440757055 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */; }; - 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */; }; - 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */; }; - 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */; }; - 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */; }; - 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */; }; + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */; }; + 75E146C12D1287228A0B493E87CDE31F /* ConstraintMakerRelatable.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */; }; + 75F599A0810D049551460FD48BDDC63D /* MJRefreshGifHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */; }; + 761F88427EBCAF4608CBF5F68D3B3815 /* Bundle+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */; }; + 7625A156D81D3F7A4D4124B41AABE716 /* ZLThumbnailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */; }; + 764D85688D29FE711C10327AC961C0A7 /* DeniedAuthorizationView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */; }; 77582019152B8DA5A6439A7F5833C864 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */; }; - 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */; }; - 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */; }; + 77C9889055A3B32EA13A9616824DB0ED /* ConstraintLayoutGuideDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */; }; + 77D3319A82C6191AB8A867A0EAB2FDAB /* RLMAccessor.h in Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 781328660DE3DBD4C1DEECBCBAEBAB25 /* FSPageViewLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */; }; 7813A09B8F9242BBF63900D45EF15054 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */; }; - 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */; }; - 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */; }; - 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */; }; - 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; - 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */; }; - 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */; }; - 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */; }; - 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */; }; - 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */; }; - 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */; }; + 78AF86EABA4688574919D6807106D7FD /* PhotoListCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */; }; + 78B971DF19387A49198D087D9822856B /* HandyJSON-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */; }; + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; + 7A2A0E6FEE2E9E4BA23FEA60BCC072D5 /* RLMThreadSafeReference.mm in Sources */ = {isa = PBXBuildFile; fileRef = 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7A7A7E2A9B629B6D99DB7AB7F5FDB3DD /* RLMBSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */; }; + 7AABA270C9EBBB0FB6831AE139B313C3 /* RLMManagedSet.mm in Sources */ = {isa = PBXBuildFile; fileRef = 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7AF6BD51186478F1D4CB55709F2F12FD /* RLMRealm_Dynamic.h in Headers */ = {isa = PBXBuildFile; fileRef = CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */; }; + 7B0D5233E4DF26309E0BD2D66D35657D /* RLMResults_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; + 7B4CE5C84161E2BFE477F42DFD634382 /* SwiftyJSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */; }; + 7B66EF53066C87494564598D23A7E416 /* RLMProviderClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */; }; + 7B784A0528FE7FF2E39EAEC6B02C20C3 /* RLMUUID.mm in Sources */ = {isa = PBXBuildFile; fileRef = 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 7C0AC82593D1B32D55F2E88BA90CF3F5 /* PreviewVideoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */; }; + 7C1702076F3A31D8D2D45A4A9F09B266 /* ConstraintMakerEditable.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */; }; + 7C492E06165F1F1DA2354F7C992A7AA7 /* VideoCroppingConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */; }; + 7C51263532AB2E94B54E6E626A22EF30 /* Asn1Parser.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */; }; 7CB62474AFF64CE4647E67F4916360C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */; }; - 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */; }; - 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */; }; - 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */; }; - 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */; }; - 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */; }; - 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */; }; - 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */; }; - 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */; }; - 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */; }; - 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 54B136EA3E721862085E94139784F3E8 /* AFError.swift */; }; - 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = C77A2EF51A3656314C9918BC1983870A /* Results.swift */; }; - 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */; }; - 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */; }; - 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */; }; - 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */; }; - 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */; }; - 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */; }; - 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */; }; - 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */; }; - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */; }; - 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */; }; - 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */; }; - 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */; }; - 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */; }; - 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */; }; + 7CCC1D5B7F9683F51C11B18CF73A7E3F /* RLMSwiftCollectionBase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + 7D93025B0D9063EE0A772D6D64A1210A /* PhotoListConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */; }; + 7DA2D83023657E0F73D8036BB8EC26E9 /* Combine.swift in Sources */ = {isa = PBXBuildFile; fileRef = BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */; }; + 7E8B0D04DBB8FBA6DB3A939BF6D902FE /* ObjectiveCSupport+AnyRealmValue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */; }; + 7F3F055696520DC458A8B3349C133877 /* RLMFindOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 7F8FDA8325037CF58454A6FCC72EF92E /* MJRefreshBackGifFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */; }; + 7FB3576FD619DD256294BAD7E5F83CBE /* IQTextView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */; }; + 7FC1E5EB657B86DE628FAFDCF09AB8A6 /* RLMRealmConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */; }; + 7FFABCE86D6EFA13EF732CBA8B075A1E /* PhotoEditorViewController+Export.swift in Sources */ = {isa = PBXBuildFile; fileRef = 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */; }; + 815BE888E3A7BB0451E2982D2F11B3C3 /* EditorImageResizerControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */; }; + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */; }; + 81874835FE2BC577AF2727F0C7541612 /* RLMSyncManager.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */; }; + 81B9E2F21B1EF9FE4E769103108DEA8A /* MBProgressHUD-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 81BFB6B715AF7E854CC7DEE3B4D2DB33 /* RLMDecimal128.mm in Sources */ = {isa = PBXBuildFile; fileRef = D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8277256ADEC3C4DCF79957D1CA681A9A /* ConstraintDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */; }; + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */; }; + 82B7E937F357B41B13F80315E8B772D6 /* ReflectionHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */; }; + 8356C004F423E4C5E1ACFD804D55C8B3 /* RLMEmailPasswordAuth.h in Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + 8358B303EDA66DAD0A6EFF6F6DBE7FA3 /* RLMRealmConfiguration+Sync.mm in Sources */ = {isa = PBXBuildFile; fileRef = CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 83956E20859CDBBE7BC38ABADE0170FB /* AFError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */; }; + 83B6B692EC03BE436531DA4A4E34FD61 /* Results.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */; }; + 83DCE6F636C5A14B9140586C862E801E /* Realm.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */; }; + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */; }; + 8471DB062328F53205E330C1195F03E5 /* EditorStickerContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */; }; + 849511595E7FF11E6E42A284B6A7C5F3 /* AppearanceStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */; }; + 84E6F5BECE527E43F9A8D484DD2FDCD1 /* Core+String.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */; }; + 85512F33BE67FA0A486CD1ACA0BE36BF /* PhotoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */; }; + 864ECDD06A90855301ACA48D31E8270B /* ZLImageStickerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */; }; + 865C3A89BEAFE7EB80957D8843926D31 /* RLMSyncManager.mm in Sources */ = {isa = PBXBuildFile; fileRef = C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 86BE6AF81A330E9DB66A1BECB40FD062 /* VideoEditorViewController+Music.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */; }; + 86D1A6E4EC23251E307F5BF35B8D9223 /* RLMMongoCollection.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8705BBF0D428BF0AE1B554A377ECC540 /* ConstraintOffsetTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */; }; + 8776CE38427F405C037F4C302BDBC207 /* Core+PHAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */; }; + 87CEA239B98C72510F2BE8130078D8D0 /* AssetManager+AVAssetExportSession.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */; }; + 88176AA690DE1EBD2F8318DD4B8CB676 /* FSPagerView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */; }; + 88D656EF9753CF793DA8F5B68DC7C898 /* RLMObject.mm in Sources */ = {isa = PBXBuildFile; fileRef = 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 88DACE7F1581B6817682A97973202307 /* RLMApp.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + 895A69F6EAC4F42803C83E32DE3CC753 /* DefaultsKit-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */; }; + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + 89DFCB91D87F9A262F29BDAFB1243564 /* Util.swift in Sources */ = {isa = PBXBuildFile; fileRef = F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */; }; + 8A663190F27540E6E00A5A0E48B63FF7 /* PhotoPickerViewController+SwipeSelect.swift in Sources */ = {isa = PBXBuildFile; fileRef = 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */; }; 8B0EA80402B62BCCD1F5C450606582BF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */; }; - 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */; }; - 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */; }; - 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */; }; - 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */; }; - 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */; }; - 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */; }; - 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */; }; - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */; }; - 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */; }; - 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */; }; - 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */; }; - 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 8B1710EC2173D53BDF8747594461EF89 /* PhotoPeekViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */; }; + 8B439A47AA5FDEF67AD63BDDB808AC5A /* IQUIView+Hierarchy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */; }; + 8B49257F23FED5BD4A0FD248FC99D50F /* ZLPhotoBrowser.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */; }; + 8B49EB70C7582D19B91937B88BAE9C94 /* Serializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */; }; + 8B54D00E449DF1754A7D864FC2B95CCA /* PhotoEditorCropToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */; }; + 8B9FA975262E20E8A0C7A29F9170AFC0 /* RLMArray_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + 8BB64031DE86E7E93E5B941CC01B616C /* PrivateKey.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */; }; + 8C3A78CEAB3F62956CF5D2FCD3A3AF5E /* MJRefreshNormalTrailer.m in Sources */ = {isa = PBXBuildFile; fileRef = 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */; }; + 8D08B15464CAAFEF97F10D4AB4BDD19F /* PhotoEditorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */; }; + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */; }; + 8E2E511F138FD6DCD27D322F059E400E /* ProgressImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */; }; + 8FA8E98F60F86EAF4CE290503590B817 /* PhotoPreviewViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */; }; + 90B04F571CDC361EA02A7CC018A68208 /* RLMObjectSchema_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + 91010EF9DC9E5BA04EF8446062048A9B /* ImageContentType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */; }; + 918771891502312A6512761239EC5BB2 /* RLMObjectId.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */; }; 93091E54221184DBFABD7BA84A5B6CA0 /* CoreMotion.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */; }; - 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */; }; - 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = BBA147F118002501108F08BFC2B61987 /* Timeline.swift */; }; - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */; }; - 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */; }; - 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */; }; - 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */; }; - 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 931BBB8230A25161D5C37528A8F9FECF /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */; }; + 932311984389D3A8CDB0BBC7509D0597 /* RLMObjectBase_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 933FDA5970AA525D6CB92BFEBA2BAB4A /* Timeline.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */; }; + 9375AA78A2A110F76F5A42747B76A84C /* MJRefreshNormalHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 938977E7A01CBF54DB459F054DDB14B6 /* RLMRealm.mm in Sources */ = {isa = PBXBuildFile; fileRef = 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 93AAA5E17838F0CD03BD016F81E6ADEF /* Core+UIColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */; }; + 93D2A9734A7639ECDA0E6FC329FF1B30 /* EditorImageResizerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */; }; + 93E9D0431B32D514679DC398ECE037FC /* ZLClipImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */; }; + 945A9BE25F8E6ABADEA3F04A7DDE9B08 /* UIView+MJExtension.h in Headers */ = {isa = PBXBuildFile; fileRef = 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */; settings = {ATTRIBUTES = (Public, ); }; }; 946755A755A9D8AA61A492F2D5500C84 /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */; }; - 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */; }; - 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */; }; - 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */; }; - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */; }; - 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */; }; - 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */; }; - 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */; }; - 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */; }; - 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */; }; - 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53759233869D5C938A0D57CCBD66825F /* Request.swift */; }; - 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */; }; - 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */; }; - 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */; }; - 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */; }; - 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */; }; - 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */; }; - 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */; }; - 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */; }; - 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */; }; - 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */; }; - 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */; }; - 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */; }; - 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */; }; - 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */; }; - 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */; }; - 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */; }; - 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */; }; - A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */; }; - A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */; }; - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */; }; - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */; }; - A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */; }; - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */; }; - A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */; }; - A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */; }; - A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */; }; - A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */; }; - A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */; }; - A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */; }; + 947253370865CACF77612CBF91658751 /* BaseConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */; }; + 9598EF9BA0DC749F269C2B371C8F7A2B /* UIImage+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */; }; + 95E3B5804E912845C962D9A795F8EA5A /* NSData+SHA.h in Headers */ = {isa = PBXBuildFile; fileRef = 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9647CC29B3CD7D3ADC95FE8CB472EBCB /* RLMObjectBase_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */; }; + 96D46594A9FED678052F6E958CBB9ECF /* ZLEditVideoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */; }; + 9736F998D2C071DFBB8BC79FD44540C2 /* PHAsset+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */; }; + 979688098CA546582A43A71F41BBDB45 /* RLMAccessor.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */; }; + 97C5EA50FE0ECF00A39AF574E80323A5 /* PreviewLivePhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */; }; + 980E5594F8DBCE362764AEDC2F086E36 /* IQToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */; }; + 981D23161D9EC02295FE485C2553119E /* RLMFindOptions.h in Headers */ = {isa = PBXBuildFile; fileRef = F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */; }; + 98A929C8E9012AB167672714FFD2113C /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */; }; + 98B46DB003DDA6925615BC654256072B /* VideoEditorViewController+PlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */; }; + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */; }; + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */; }; + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */; }; + 9949B2B0E66429E3A8EE62D4186B9EB6 /* PreviewPhotoViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */; }; + 997D3E41C86825DCBC088CBEADB95545 /* ProgressHUD.swift in Sources */ = {isa = PBXBuildFile; fileRef = F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */; }; + 99B5296A5EDECE0557B9DA53D9E19CA1 /* ConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */; }; + 9A3B5E5415B36612C13A20F1BAB8570B /* RLMObjectStore.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9A6ECB13F92FA46631AB6857E057F8E4 /* ZLPhotoPreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */; }; + 9A9B7D35150C1853C75CEFD40F1ECCD1 /* RLMPlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + 9B09968922C73D50040C6EEF57890D6E /* ConstraintConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */; }; + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */; }; + 9BE0BF265B893EF3A61083CA356D29C8 /* MJRefreshBackGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9BF7FA8E49A725F97A798878B4FD1BCA /* MongoClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */; }; + 9C235298E0E013ACCF0BCB603029391B /* ZLFilter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */; }; + 9CA498437699C23504A0B70D5ACE3F6E /* PhotoAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */; }; + 9CB5E5E01FCA7B659C31F1B2DBA12885 /* PhotoPickerBaseViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */; }; + 9CD2D140C582073FEAEB422D4351A367 /* UIScrollView+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */; }; + 9CDCB610D89F0D94B97BCD64E5184B31 /* Core+PHAssetCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */; }; + 9D0D41F6ED676FDEDA0D5FF17700E803 /* RLMUser_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */; }; + 9D71890C02EF9DD6B9DFC5628623A630 /* RLMSyncConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + 9E6D7E25CC25CF5E5E72610D2810BFBF /* PhotoPickerViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */; }; + 9F67AF1D4C1D17AD917858D66A017426 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */; }; + 9F6CEAF03D712C6447BF006B51877DD9 /* SwiftyRSAError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */; }; + 9F6F6D32365DE08EEFFBEE740341821D /* RLMMigration.h in Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + A01D320796DA9CC5C7875859E6DB7BC6 /* RLMThreadSafeReference.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + A0422CCAEA41B40DD26715F8ECCD22BC /* RLMCredentials.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + A058C07EDC1C061161D6669EC8F05881 /* PhotoPickerViewController+Camera.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */; }; + A0AF38BD964E04E88586B10151404B8C /* FSPagerCollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */; }; + A0C2F127D49CA43BE46041D5FBBCC21E /* VideoEditorSearchMusicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */; }; + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */; }; + A137B00A00E4EB74F007FDA7CB6C8603 /* VideoEditorViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */; }; + A219BAFB2455B1E8D73E3EC2791E9696 /* Error.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */; }; + A270CD9EC3C541FE86E65AEDCEF500CF /* ConstraintLayoutGuide.swift in Sources */ = {isa = PBXBuildFile; fileRef = 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */; }; + A2B67F127144A7559B5EA3B48E841778 /* HXPHPicker.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */; }; + A2F69CE0037D3EE97478BE0A0C266D7A /* SchemaDiscovery.swift in Sources */ = {isa = PBXBuildFile; fileRef = B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */; }; + A307C88FE8D8326307F22FB68EDE874B /* AnyExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */; }; + A32C28E6D55006ABFB2B8CDEA8EEC842 /* RLMResults_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */; }; A35410A674E7F61C06EEDC52DDFBA48E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */; }; - A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */; }; - A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */; }; - A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */; }; + A385F70F8082D25F7DF34129265B5B66 /* RLMResults.h in Headers */ = {isa = PBXBuildFile; fileRef = 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */; }; + A3D38F0863F7528EF389D9E949ED1668 /* RLMPushClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A4273B7654A6C603DDB7E13C0F7126BB /* RLMObjectStore.h in Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + A48A372950C72FE5BE4B28DB5DB4E3C7 /* RLMSyncSession.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */; }; + A55417321A1B24258F1FB6DBED37DCA6 /* RealmProperty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */; }; + A5AC10A446D9CFE0F5E508712BDAF760 /* Core+Dictionary.swift in Sources */ = {isa = PBXBuildFile; fileRef = 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */; }; A5FA565CF692AB3C3CF7A2FA92D8C884 /* Realm.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */; }; - A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */; }; - A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */; }; - A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */; }; - A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */; }; - A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */; }; - A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */; }; - A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */; }; - A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */; }; + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */; }; + A65678C0F44159F52E8750AD477D57AC /* PhotoAsset+Network.swift in Sources */ = {isa = PBXBuildFile; fileRef = C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */; }; + A66ED57B365A35434C5BAF4B990819B7 /* SnapKit-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A67BD95C271D13BD72EFD17DB0F3DD39 /* BasicTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */; }; + A6C997F7043C462E8EDB08A4DF60F3DD /* HandyJSON-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + A7BE1B2F9816AE1B37537C0420E3F67E /* Editor+PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */; }; + A7D8090BD57431841BCA1EC039D13CC3 /* RLMSwiftCollectionBase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */; }; + A8E560E593B120578A5FE7B84D81EA1E /* RLMMongoCollection.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */; }; + A9585367F05712677E0922F72F615D9A /* GIFImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */; }; + A99A3BD3CC496B03D6E7D1CF1377058E /* SwiftyRSA-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */; }; + A9A46386A366ED5764C914BF8BBEEEED /* ZLPhotoPreviewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */; }; + A9C665E7DC90F79334C0A81282F873CC /* HXPHPicker-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */; }; AA48510A0816F4943C7D2ED13242630E /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */; }; - AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */; }; - AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */; }; - ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */; }; - ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */; }; + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */ = {isa = PBXBuildFile; fileRef = BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */; }; + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */; }; + AB736123F7F8AA627C0858BBF8B23861 /* PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */; }; + AB882A69F6A34EE134F330445C97319A /* PickerTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */; }; + ABAB78090F8ABD9619CF5C44F82F9490 /* Migration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */; }; + ABD6E5E5884B748919CBFA25CF856993 /* Picker+PhotoAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */; }; AC1B5B34F7456E723EC031A496585471 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */; }; - AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */; }; + AC35C9341C4BB156BB26FDD237EE3721 /* ConstraintDirectionalInsets.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */; }; + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */; }; + AC90EBBDEBA4A9C4EB4CBFFD2FAA30D7 /* RLMManagedDictionary.mm in Sources */ = {isa = PBXBuildFile; fileRef = D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ACB3B5E401438DA7C0BF7A389974B8ED /* RLMRealm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ACE69149CEC5B95BC71D55034D911207 /* Editor+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */; }; AD42B158EA8D302DA980C9A31EA487C2 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */; }; - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */; }; - AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */; }; + AD7581AA95C2D1735605A06DD51E4200 /* Sync.swift in Sources */ = {isa = PBXBuildFile; fileRef = A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */; }; + AE3B246482DCD60BA846EA3CE983A1FB /* IQUIView+IQKeyboardToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */; }; AE6F8203B5A46ECB35E1DFE62A7A7B53 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */; }; - AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */; }; - AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */; }; - B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */; }; - B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */; }; - B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */; }; - B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */; }; - B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */; }; - B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */; }; - B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */; }; - B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */; }; - B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */; }; - B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */; }; - B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */; }; - B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */; }; - B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */; }; - B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */; }; - B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */; }; - B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */; }; - B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */; }; - B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */; }; - B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */; }; - B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */; }; - B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */; }; - BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */; }; - BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */; }; + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */; }; + AE9FBA13399F018E821B9A859A775816 /* RLMObjectBase_Dynamic.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */; }; + AF359902AD09C72EFD4489F52CEE1844 /* RLMMongoDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + AF846B40C387D32AAACB38A3F922A461 /* MJRefreshNormalTrailer.h in Headers */ = {isa = PBXBuildFile; fileRef = E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + AFC64B1097F7355FF423D6A73E9C7210 /* TaskDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = A190962455223D56749760A7535D5954 /* TaskDelegate.swift */; }; + B08185E39B47616DFC993EDABF68D471 /* SwiftyRSA.swift in Sources */ = {isa = PBXBuildFile; fileRef = DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */; }; + B096160387C3181FF7C2EFE6C9122747 /* NSDecimalNumberTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */; }; + B0B063C644F9DB88CBF0D1A9603187E0 /* VideoEditorViewController+Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */; }; + B0E2FFBA033BF845495E6467FE106E00 /* RLMSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */; }; + B13209F90F5F177526CDA806A8622E3D /* RLMRealm+Sync.h in Headers */ = {isa = PBXBuildFile; fileRef = 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */; }; + B149AA6D2DBE79F0EE65D9B6DB44D6B6 /* EditorChartlet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */; }; + B1E235113F74BB337D32950D0E62303C /* MJRefreshHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; + B2648DE8A3BDAA69A0842958E02EAF4F /* RLMApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3575F7163A252905168D426885964352 /* RLMApp.h */; }; + B2C0640106A1F10082D987E12DCFCDD0 /* BuiltInBasicType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */; }; + B2CA0F46D59BC260D1C6050460ECDEFE /* HandyJSON.h in Headers */ = {isa = PBXBuildFile; fileRef = 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B2D3C71F42B2CF222DB88D88195651B0 /* Core+UIFont.swift in Sources */ = {isa = PBXBuildFile; fileRef = AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */; }; + B2FA7CF735801C899E309901D09D92CB /* MJRefresh-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B3643096D07210B97B90E5BDCAB5A252 /* EditorImageResizerMaskView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */; }; + B36C3ABF6F14C0A96F37031F1C1E21C6 /* RLMRealmConfiguration.mm in Sources */ = {isa = PBXBuildFile; fileRef = 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B3917A48DBB52815C73ACA9A6F48EFC5 /* PhotoListCameraCellConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */; }; + B39B72E9510CE67ECF4DB6ACF448D4B9 /* ZLEditImageViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */; }; + B3ED90A162B6D73649213657AD178F20 /* UIColor+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */; }; + B4C709505DE97C3F90BBF7C01FED4C50 /* PhotoPanGestureRecognizer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */; }; + B50736804A8E50448EE7462D207C6968 /* ZLPhotoPreviewAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */; }; + B55775E3EAA7A04EF3C0DB763B76B846 /* Picker+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */; }; + B599696DFEF6B2A5ECF528F4E5BB1846 /* ConstraintDescription.swift in Sources */ = {isa = PBXBuildFile; fileRef = 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */; }; + B780B272106411CBE258BB60FFC45410 /* Debugging.swift in Sources */ = {isa = PBXBuildFile; fileRef = 227F5E5623774034E57388B761104C08 /* Debugging.swift */; }; + B7AD9BB54F86E43963BC2AB932863BCC /* RLMObjectId.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + B7B8322CDCEA00A4AC58F453546B6034 /* MJRefreshAutoGifFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + B88F77E1E7701F85A98ECB4DBA679A0B /* Key.swift in Sources */ = {isa = PBXBuildFile; fileRef = 504BB066B1FD24F956977ACE220B8472 /* Key.swift */; }; + B8B0240489083242335D15B2311616D7 /* RLMApp.mm in Sources */ = {isa = PBXBuildFile; fileRef = 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */; }; + B98378C55379E1B92897F11A22E38443 /* IQKeyboardManagerSwift-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */; }; + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */; }; + B9C4C93F4B2C382F53E9E802A7E94944 /* RLMSwiftSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BA9177B5EE69E298E0141DEBE1419BA8 /* Core+UIViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */; }; + BAD9168C386C09F169024B27D762D83C /* RLMUserAPIKey.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */; }; + BB09724AEBC9B724A6CE5483B1C35C2B /* MJRefreshConst.m in Sources */ = {isa = PBXBuildFile; fileRef = 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */; }; BB1E0118A589750C321D474F646DD4AF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */; }; - BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */; }; - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */; }; - BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */; }; - BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */; }; - BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */; }; - BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; - BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */; }; - BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */; }; - BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */; }; - BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */; }; - C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */; }; - C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */; }; - C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */; }; - C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + BB830270C8570CAB670F7C0EAA69ECE3 /* RLMDictionary_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */; }; + BBD3DA9C3535A0BB8792229A9EA013DE /* CBridge.swift in Sources */ = {isa = PBXBuildFile; fileRef = 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */; }; + BD6937795AEAA7B33898AEAB25DF7EB2 /* RLMSyncConfiguration_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */; }; + BE5B3FACA59C9C1076FB94AC41D41A0A /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */; }; + BE831C3D58CC2120FACD0C2A7D960337 /* PhotoTools+File.swift in Sources */ = {isa = PBXBuildFile; fileRef = D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */; }; + BE831F22BE3A4F7DE244223ACC8BE744 /* SwiftyRSA.h in Headers */ = {isa = PBXBuildFile; fileRef = DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BECA67DFB5E0984DFAEFCB775C31972E /* ConstraintView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */; }; + BEE6B677416CA71C981D1D3F60B18C96 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */; }; + BF659B71B5A58084930FC865B0403876 /* MJRefreshBackNormalFooter.m in Sources */ = {isa = PBXBuildFile; fileRef = D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */; }; + BF89768B23DA78FE1119A37A5AE3B618 /* RLMThreadSafeReference.h in Headers */ = {isa = PBXBuildFile; fileRef = 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */; }; + C04C5F1F1D6B337F87E157B55A747E41 /* IQKeyboardManagerConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */; }; + C0EB3776478AB80676E488BC9C9CDA3C /* IQUIScrollView+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */; }; + C1FF0214F20AD8302F963B1EDF7B9F3C /* ZLProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */; }; + C2687AC4388CCA9ECDE957ACEE05D158 /* RLMUpdateChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; C297AC9431379391C114794AFD4F9778 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */; }; - C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */; }; - C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */; }; - C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */; }; - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */; }; - C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */; }; - C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */; }; - C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */; }; - C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */; }; - C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */; }; - C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */; }; - C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */; }; - C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */; }; - C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */; }; - C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44EF6148250856F4E957B3384D249023 /* BSON.swift */; }; - CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */; }; - CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */; }; - CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */; }; - CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */; }; - CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */; }; - CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */; }; - CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */; }; - CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */; }; - CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */; }; - CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */; }; - CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */; }; - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */; }; - CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; - CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */; }; - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */; }; - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */ = {isa = PBXBuildFile; fileRef = 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */; }; - D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */; }; - D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */; }; - D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; - D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */; }; - D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */; }; - D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */; }; - D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */; }; - D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */; }; - D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */; }; - D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */; }; - D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */; }; - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */ = {isa = PBXBuildFile; fileRef = DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */; }; - D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */; }; - D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */; }; - D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */; }; - D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */; }; - D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */; }; - D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */; }; - D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */; }; - D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */; }; - D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */; }; - DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */; }; - DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */; }; - DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */; }; - DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */; }; - DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */; }; - DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */; }; - DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */; }; - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */ = {isa = PBXBuildFile; fileRef = A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */; }; - DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */; }; - DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */; }; - DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */; }; - DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */; }; - DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */; }; - DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */; }; + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */; }; + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C35DCE97EB77150C41E735DB57BD6616 /* IQTitleBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */; }; + C36C23E54F406326182FA46C07B02460 /* NSData+SHA.m in Sources */ = {isa = PBXBuildFile; fileRef = 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */; }; + C3ABD7DCF3F8D3A86D20E378BB2F0BE3 /* RLMMongoClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C412F27D75AFC0DF0F0289DBB270931C /* ConstraintMakerFinalizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */; }; + C48F92BDD044DB869DF07BD65E9EBEDC /* PhotoPickerViewController+CollectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */; }; + C4D7AE18C56CE7BF154EC720ACDE064B /* ExtendCustomModelType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */; }; + C5D460855DEDEC01BE46862FFEDA7113 /* Cell+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */; }; + C67F40A897BBD339692D237BD61D0670 /* PhotoEditorMosaicToolView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */; }; + C69879969C9CAC22F0A764121BD09557 /* SwiftUI.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */; }; + C763874F1689F2777F5D4D8479084064 /* RLMProperty.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C7CDCCF3370E053DD3C4C831C95EEBFE /* RLMSyncSession.mm in Sources */ = {isa = PBXBuildFile; fileRef = C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + C7D77F859866290816C81CC994AED70D /* PhotoEditorContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */; }; + C8564BA8814D082F1CE412445FE9E5B3 /* Realm.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */; }; + C872E06319150793769F218905CC7D79 /* RLMSwiftValueStorage.h in Headers */ = {isa = PBXBuildFile; fileRef = 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */; }; + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */; }; + C93AA6A4DFC83537BBC5C36FCEEC77BC /* RLMProperty.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */; }; + C98456B021E1BAB41320EDD59D16A1DE /* BSON.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */; }; + CA6C031DD8BE0736A79A790585DCC490 /* Core+UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */; }; + CAB40A7DA1171534CFCBEDEFB56EC44B /* EditorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */; }; + CAF5BB0403BEE0D8D8EA456FB5258F33 /* PreviewViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */; }; + CB3EA5257FA5E2DAFD3E6A286BAFC7F7 /* VideoEditorCropView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */; }; + CB703372BF651128265642C2A5B92BFD /* RLMArray.mm in Sources */ = {isa = PBXBuildFile; fileRef = 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + CB8AFAE53F5D6BB7FE30BF925806EEF8 /* RLMSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */; }; + CB8D0996BCB2B5F204967AC1B0EC1408 /* ZLClipImageDismissAnimatedTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */; }; + CD492B48EF289773651788C8BAC1C0DE /* ZLInputTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */; }; + CD7219D94F92FBAD1F0182A2A3E014A4 /* ObjectSchema.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */; }; + CDE7D3A3208F7DA919A73A1C8F650E4C /* PhotoEditorCropToolModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */; }; + CE62FEABA57B2B53EABF8C7DCCC6B2C4 /* ConstraintRelation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */; }; + CE8267B4B05353935C94D8BEA54694D4 /* SelectBoxView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */; }; + CF1D7608E27B429DF1BB44395FA9AEF0 /* RLMEmbeddedObject.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; + CF3D938CEFA9C404642079C94BAC47D1 /* RLMObjectStore.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */; }; + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */; }; + D1109319258F3110C9DCE9AFB62FB467 /* RLMCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */; }; + D11D704CEECC32A07D950262A946FA29 /* RLMSwiftCollectionBase.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */; }; + D1772D6C50D00D68790E50402BEB3B02 /* ZLPhotoPreviewPopInteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */; }; + D1B7E06244B425946AE25E188BEE900F /* Core+Bundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */; }; + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33C4260102A548E48ECD9F631722513A /* Result.swift */; }; + D36D945E27DB708E8BC5F25173FA57CD /* EditorChartletPreviewView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */; }; + D3C780431D1D3C305890113D5B5D05BD /* RLMEmailPasswordAuth.mm in Sources */ = {isa = PBXBuildFile; fileRef = 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + D3D8C379C6E4FB487E5ABD6800AD7B7E /* DispatchQueue+Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */; }; + D4697DC40F3B059E4A0867838CA1814E /* ConstraintMultiplierTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */; }; + D469BD8E5C13BF006E511089095F3C07 /* RLMObjectSchema_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */; }; + D53BF6402FB024793A407990EF63A15C /* PhotoEditorFilterView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */; }; + D53CB14BD30CB60A6B138D8F4914E65C /* RLMRealm_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */; }; + D57E221B706B7C2FFA6A2284FAF40E42 /* String+ZLPhotoBrowser.swift in Sources */ = {isa = PBXBuildFile; fileRef = CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */; }; + D60E5A728101637BE55181F9DA2E04F0 /* RLMCollection_Private.h in Copy . Private Headers */ = {isa = PBXBuildFile; fileRef = 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */; }; + D65C254F5ABF2CB5ECEE50FE8F8E1A80 /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = F180D075BBA128AC428EEB97A282E849 /* Response.swift */; }; + D6EACF4E40C2F804B17770ACE9D49CC7 /* RLMMongoDatabase.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */; }; + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D7A16E4B38B1EB0C46070167F9D128CD /* RealmCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */; }; + D8264BDBAF4DA93081E2C8B2E30C407C /* VideoEditorCropViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */; }; + D8AFC13C53048D1E310C5798F182920F /* PhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */; }; + D8D9F772E26A0E1EB5D6096590FDFDB0 /* RLMFindOneAndModifyOptions.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */; }; + D93A35B14DE4C2283CFE055CDA13822B /* EditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */; }; + D9785C7021E6C4E23702768F9055F120 /* MJRefreshAutoNormalFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DA0326DA82499C500F6B0500499BC16D /* AssetManager+ImageData.swift in Sources */ = {isa = PBXBuildFile; fileRef = E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */; }; + DA74CCCE03BFED9C81BEE00EF63FF62F /* PhotoEditorBrushColorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */; }; + DA86C74B839E6CB3E4E5824A8B679C47 /* MJRefreshHeader.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */; }; + DABF20F73D27572CD97071A6D4DB9004 /* MBProgressHUD-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */; }; + DB40197FB15E5D28FC650443FDF39BEF /* RLMProperty.mm in Sources */ = {isa = PBXBuildFile; fileRef = A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + DBD38DE3BD7E6180216267307A6AA65F /* PickerBottomViewConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */; }; + DC8FEDBFEC63E0D0CE2A0C9B3E3EE5B9 /* AlbumTitleArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */; }; + DCC75743B3DA7B7024A19A6149B7BD8E /* RLMArray_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */; }; + DD9B513F565387E1A052A62E93F9B3B4 /* RLMProperty_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */; }; + DDC03C89CF9C12B790B02F3E2A4A4BC2 /* RLMSyncConfiguration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */; }; + DDE417BA9D13D2BB98316DF0512A1944 /* IQBarButtonItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */; }; + DDEB8D4F7DAC64815EE7B8A9EEA30B6C /* RLMRealmConfiguration_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */; }; + DE85C1B0871507870DC305D09E72B561 /* BuiltInBridgeType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */; }; + DEA9FE818E91E6E857CEAF1704BAA902 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */; }; DEAC24C06874A922924F7561775B751F /* Kingfisher.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */; }; - DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */; }; - E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */; }; - E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */; }; - E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */; }; - E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BB582250515FB18673819F5550349ACF /* Realm-dummy.m */; }; + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */; }; + DFB3A97886B6F5B2F46409CE474E1E18 /* MJRefreshFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DFB3F75B56C66C100882B15B09522C35 /* ContextDescriptorType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */; }; + E030AA107E8BA9061F6CC94CAE514620 /* RLMEmailPasswordAuth.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */; }; + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */; }; + E0B8217D0A35260E7E517B5C11853164 /* RLMRealmUtil.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E0EE06871F64D1F431E5020309B3709E /* HexColorTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */; }; + E0FD178D7D34DABF065CA5DFE8576EE2 /* CameraConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */; }; + E1D24564D080BE15191B17E4C8E05BD1 /* Realm-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */; }; + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */; }; E30AFF09BE355906C38B27B0CD35F806 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */; }; - E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */; }; - E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */; }; - E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */; }; + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */; }; + E33BAA3E1FB4299170447B7D1FE9DC69 /* MJRefreshStateHeader.h in Headers */ = {isa = PBXBuildFile; fileRef = 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E3747EC31FCCA97D75A81FC700CF7E24 /* ResponseSerialization.swift in Sources */ = {isa = PBXBuildFile; fileRef = D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */; }; + E39296B9E56D948B44F29F540FB33F63 /* RLMCollection.h in Headers */ = {isa = PBXBuildFile; fileRef = 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */; }; + E39803FE6B40D53FED241BD4C11041C6 /* Editor+AVAsset.swift in Sources */ = {isa = PBXBuildFile; fileRef = 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */; }; + E3A0F7C4F57C9311032A4D27AB7C354D /* NSBundle+MJRefresh.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */; }; E3CE7CD4BFEA6BB570998AB2D0D5A73F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */; }; - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */; }; - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */; }; - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */; }; E462D31C84986D0D9E8422A8C9353016 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */; }; - E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */; }; - E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = D07F05414883C21DC1993B9EF6ECF78D /* App.swift */; }; - E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */; }; - E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */; }; - E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */; }; - E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */; }; - E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */; }; - E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */; }; - E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */; }; - EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */; }; - EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */; }; - EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */; }; - EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */; }; - EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */; }; - ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */; }; - ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */; }; + E4B2EE0A477945116E640EC3B9040650 /* MJRefreshBackStateFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E4D526DCF32314F78F832AF8750DCBAA /* FSPageControl.swift in Sources */ = {isa = PBXBuildFile; fileRef = E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */; }; + E54F8B2DDCB7F7C79BF24F6F0DE57314 /* MJRefreshConst.h in Headers */ = {isa = PBXBuildFile; fileRef = 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E68FC0F64BAB40A26A9C3A9B5C63E4C2 /* App.swift in Sources */ = {isa = PBXBuildFile; fileRef = BE9349E81C9039C29D0A34199DC374C8 /* App.swift */; }; + E6E768A918CCB22C407DDC4A6765FE0C /* RLMArray.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */; }; + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */ = {isa = PBXBuildFile; fileRef = ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */; }; + E7A973F46DD0DEFD3731250B53524594 /* VideoEditorPlayerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */; }; + E7D3F170135C15D88D03F46E36B30FF3 /* AlbumViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */; }; + E8F2429683B3015CBD39CE883770BCA7 /* ConstraintPriorityTarget.swift in Sources */ = {isa = PBXBuildFile; fileRef = 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */; }; + E904BAB35E03CE699E9334C6E7FA2996 /* RLMObservation.mm in Sources */ = {isa = PBXBuildFile; fileRef = BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + E98CA250405D67A645441D439FE5538E /* AlbumTitleView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */; }; + E9A970BC24EA15832F248EA020072746 /* LayoutConstraintItem.swift in Sources */ = {isa = PBXBuildFile; fileRef = E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */; }; + E9B3F69BAD85EB9C2FD35157C8D5E5F0 /* RLMMigration.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */; }; + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */; }; + EA02774985830CCB4211441F2A7A2C52 /* RLMFindOptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */; }; + EA47791140BAD2526E98A250765C5109 /* Editor+UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */; }; + EA52237BEFC576B5632E2A86A6409992 /* ZLAlbumListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */; }; + EB1726F5E0D0EEBA20E4528B1E37A8FA /* ConstraintViewDSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */; }; + EB2A4C29BE958CCB03B3FD9FAB927F1F /* MBProgressHUD.h in Headers */ = {isa = PBXBuildFile; fileRef = F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */; settings = {ATTRIBUTES = (Public, ); }; }; + EBDFECDABBD26127361715CB5B6EC8BA /* RealmKeyedCollection.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */; }; + EC18DC899A610ECAC998438512BE0422 /* NSError+RLMSync.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */; }; + ECAE1AC6E447A813C88EFBAD84357755 /* RLMSyncUtil_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */; }; + ECB57A5C4B54828D0744FD07BC589649 /* RLMEmbeddedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */; }; ECD722D30E9504BE33FC3253081D55BF /* PhotosUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */; }; - ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */; }; - ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */; }; - ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */; }; - ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */; }; - EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */; }; - EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */; }; - EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */; }; - EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */; }; + ECE0DB43541B2C5A2A643D3DB100EE08 /* SwiftRandom-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */; }; + ECF957E7DA3D7394CF8444CF05CCDEBC /* MutableSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */; }; + ED8111FEB42EA435B8990964F7BB047C /* RLMRealm.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */; }; + ED8F1DF6FC8CEEDE7523A31F9A8902F7 /* RLMAnalytics.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + ED8FE7F320233CC4EADC0ACD6B6031DA /* RLMPlatform.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */; }; + EDA1ADE4192BA2547469B6A2FEEEFFB6 /* EditorStickerItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */; }; + EDA6577BE75F4E72E47DD8125EBA7C1B /* PropertyAccessors.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */; }; + EE5B635A68A2F3ECD9FC3504DB90EDD1 /* RLMObjectSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + EE909C7C786140109051BC9562EEC7C8 /* ConstraintMakerPriortizable.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */; }; + EEDEA9BB5F4EB86B77BE3C2A95631B9F /* RLMObjectBase.h in Headers */ = {isa = PBXBuildFile; fileRef = DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */; }; EEF066616EFE6EBC57541C1B92C6770A /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */; }; - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */; }; - EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */; }; - EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */; }; - F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */; }; - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */; }; - F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */; }; - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */; }; + EFB15363C369CEDDC350BDCC39A8897B /* RealmConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */; }; + EFE0C5C24004DDAACE0103D6EE956700 /* RealmSwift-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F042295DE34955379CEC1EEEB450DAB2 /* AssetManager+LivePhoto.swift in Sources */ = {isa = PBXBuildFile; fileRef = B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */; }; + F060E7E61B57B3E031977BC636D4B6BB /* EditorChartletConfig.swift in Sources */ = {isa = PBXBuildFile; fileRef = 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */; }; + F0830A5E4D4C3554D7BABA486CF4D326 /* Core+URL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */; }; F0D17EEDFF3D29B536DC6F3CB34599A1 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */; }; - F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */; }; - F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */; }; - F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */; }; - F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */; }; - F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */; }; - F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */; }; - F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */; }; - F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */; }; - F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */; }; - F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */; }; - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */; }; - F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */; }; - F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */; }; + F1253F2E54EADC1EEA43286C32537D20 /* PhotoPickerController.swift in Sources */ = {isa = PBXBuildFile; fileRef = D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */; }; + F129F350DF8D41B279E21FFE93037CCF /* Core+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */; }; + F13F2AA7F2E6D95A181CAB99B900D531 /* ServerTrustPolicy.swift in Sources */ = {isa = PBXBuildFile; fileRef = BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */; }; + F1906A44D6C430B8944B317F9E7651A2 /* FSPagerViewObjcCompat.h in Headers */ = {isa = PBXBuildFile; fileRef = EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */; }; + F1D004D9203CCF32F004A9B16CCEB856 /* PhotoEditorConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */; }; + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */; }; + F2322B939CB5FCFA4A58DC2AFD1EC0F0 /* MJRefresh-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */; }; + F285C01BBF2FC4F1C41890D281D30FDB /* PhotoPreviewContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */; }; + F2A3B4CFD7ED1812AF44330CCC7E7622 /* FSPagerViewLayoutAttributes.swift in Sources */ = {isa = PBXBuildFile; fileRef = 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */; }; + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */ = {isa = PBXBuildFile; fileRef = C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */; }; + F2FB9D7785A4985D0D5E35A41FD9D042 /* MJRefreshBackFooter.h in Headers */ = {isa = PBXBuildFile; fileRef = 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F33F77755DC46D5084C5F5A6980771F9 /* X509Certificate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */; }; + F378F83580B00982C00EDBD03B50EA88 /* RLMSchema.mm in Sources */ = {isa = PBXBuildFile; fileRef = 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + F3F075A2C9BB4A03B9ED240734E4F50E /* RLMUpdateResult.h in Headers */ = {isa = PBXBuildFile; fileRef = FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */; }; + F3FCB4C56FE9222C037C5170FCFB720D /* ZLPhotoManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */; }; + F44EA24306624465CF3D97042672E5DB /* AlbumViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */; }; + F4FB0391681354B4BD22E74036CAB634 /* Picker+UIImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */; }; F612969E69DE5F072AD96720641B1184 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */; }; - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */; }; - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */; }; - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */; }; - F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */; }; - F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */; }; - F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */; }; - F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */; }; - F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */; }; - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */; }; - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */; }; - FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */; }; - FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */; }; - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */ = {isa = PBXBuildFile; fileRef = B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */; }; - FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */; }; - FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */; }; - FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */; }; - FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */; }; - FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */; }; - FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */; }; - FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */; }; - FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */; }; - FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; - FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */; }; + F6ABDD1F73EC17E7AB9C0C8BCD1F73AF /* RLMMongoClient.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */; }; + F6DE07A1CBBAD022F5D2D8DB040EBFB6 /* RLMValue.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 275144AF631D694DF1365882D20320DD /* RLMValue.h */; }; + F731DE3A489EBBE993B5AD078E60FD18 /* NotAuthorizedConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */; }; + F7957470F75BA212583B62B5E5677D38 /* Core+CALayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */; }; + F7B74645E07C39771156A1FA413B98D4 /* Alamofire-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F8013C0FFE6D98EBA2BFDBFA333D2400 /* RLMObject_Private.h in Headers */ = {isa = PBXBuildFile; fileRef = E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */; }; + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */; }; + FB15500EC2C2C5990E1870C264F1C221 /* RLMDecimal128.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */; }; + FBAEE7B5348882A97F4B2B0BE235AF29 /* RLMObjectId.h in Headers */ = {isa = PBXBuildFile; fileRef = E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */; }; + FD20F266EF1FB2BFA355932DA8787296 /* RLMObjectSchema.h in Copy . Public Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FD4D9B13C63C2E28D63B7DDCFCBB1BAC /* ZLImagePreviewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */; }; + FD6999544C0BCDCCDB70EC87B9B58D94 /* PropertyInfo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */; }; + FE2E31BD70FF635876A6D7DDC60866B3 /* CameraViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */; }; + FE4C2A2962B74A24F17DC68D70964297 /* RLMObjectSchema.h in Headers */ = {isa = PBXBuildFile; fileRef = DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */; }; + FED1C8FB73C7C391DEFE61C8DF289D91 /* PhotoTools.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */; }; + FEE80D854BE0A793D9DFA7F2A3555308 /* EditorStickerTextViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */; }; + FEF38501C2E01A7C1FF9A0AF0A47D554 /* ZLCameraCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */; }; + FF9146370470F3D5FC7ED6C4FE7ABDA1 /* CustomLanguage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */; }; + FFF06C473C6EFD35FEC947CC25131DA1 /* RLMResults.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */; settings = {COMPILER_FLAGS = "-DREALM_HAVE_CONFIG -DREALM_COCOA_VERSION='@\"10.12.0\"' -D__ASSERTMACROS__ -DREALM_ENABLE_SYNC"; }; }; + FFF397F861D02EBC1DC39F1A43654703 /* DateTransform.swift in Sources */ = {isa = PBXBuildFile; fileRef = C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; - remoteInfo = AMapLocation; - }; - 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; - remoteInfo = RealmSwift; - }; - 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; - remoteInfo = FSPagerView; - }; - 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; - remoteInfo = ZLPhotoBrowser; - }; - 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; - remoteInfo = IQKeyboardManagerSwift; - }; - 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; - remoteInfo = MBProgressHUD; - }; - 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; - remoteInfo = AMapFoundation; - }; - 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; - remoteInfo = MJRefresh; - }; - 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; - remoteInfo = HXPHPicker; - }; - 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; - remoteInfo = SwiftyJSON; - }; - 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; - remoteInfo = Alamofire; - }; - AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; - remoteInfo = SnapKit; - }; - B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; - remoteInfo = Kingfisher; - }; - C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; - remoteInfo = AMap3DMap; - }; - C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */ = { + 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 25B51B7D0B7BF05970BB2511B20BC61F; remoteInfo = SwiftRandom; }; - D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; - remoteInfo = Realm; - }; - DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; - remoteInfo = DefaultsKit; - }; - E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; - proxyType = 1; - remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; - remoteInfo = "Toast-Swift"; - }; - E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */ = { + 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; remoteInfo = AMapFoundation; }; - E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */ = { + 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D118A6A04828FD3CDA8640CD2B6796D2; + remoteInfo = SwiftyJSON; + }; + 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = B490E7485944099E16C9CBD79119D1D4; + remoteInfo = IQKeyboardManagerSwift; + }; + 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 19622742EBA51E823D6DAE3F8CDBFAD4; + remoteInfo = SnapKit; + }; + 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6868056D761E163D10FDAF8CF1C4D9B8; + remoteInfo = MJRefresh; + }; + 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6968C202A297A606D5EACC3679AAA627; + remoteInfo = HXPHPicker; + }; + 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; + remoteInfo = HandyJSON; + }; + 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 92A1C13902E7ACDA3ABB5BA1FEACC86C; remoteInfo = SwiftyRSA; }; - F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */ = { + 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 10D88C24864319FF583AD6D156896F32; - remoteInfo = HandyJSON; + remoteGlobalIDString = B990BD87169C76A3ED3FE8A9258D91A3; + remoteInfo = "Toast-Swift"; + }; + 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 82B0A41D3031FF27D78E17B0A9A46FB0; + remoteInfo = MBProgressHUD; + }; + 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 2FAF03761A44702490259F857A848B42; + remoteInfo = ZLPhotoBrowser; + }; + 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 00D9B51B84230E50370AC70ADCF7F8AA; + remoteInfo = Hue; + }; + 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = EAAA1AD3A8A1B59AB91319EE40752C6D; + remoteInfo = Alamofire; + }; + 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 68494F30B4A13F8E5E88BCCAEC25B0A4; + remoteInfo = Realm; + }; + 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 39082CE2CA8065D786A75F5C09CFF2C0; + remoteInfo = AMapFoundation; + }; + A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 3957A4F8F4B8823C2472883F7D067592; + remoteInfo = AMap3DMap; + }; + C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 782725687624F8665247B84AB581BEB1; + remoteInfo = RealmSwift; + }; + CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = D4F8239FB329387A8476B964D92D92E7; + remoteInfo = FSPagerView; + }; + CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 971676D1C9A11C105647D995975ACE4F; + remoteInfo = AMapLocation; + }; + CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = E8022D22FAA6690B5E1C379C1BCE1491; + remoteInfo = Kingfisher; + }; + DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = F7D86B2724129EA76D1B23A311B8C911; + remoteInfo = DefaultsKit; }; /* End PBXContainerItemProxy section */ @@ -1077,891 +1090,901 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; 02853C6E2498D9813D60A77C80A7D74A /* Pods-LaserMethane-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-frameworks.sh"; sourceTree = ""; }; - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftRandom-Info.plist"; sourceTree = ""; }; + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorPlayerView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorPlayerView.swift; sourceTree = ""; }; + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapUtility.h; path = AMapFoundationKit.framework/Headers/AMapUtility.h; sourceTree = ""; }; + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Deserializer.swift; path = Source/Deserializer.swift; sourceTree = ""; }; + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-prefix.pch"; sourceTree = ""; }; + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemMunicipality.h; path = MAMapKit.framework/Headers/MAOfflineItemMunicipality.h; sourceTree = ""; }; + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.release.xcconfig; sourceTree = ""; }; + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyRSA.framework; path = SwiftyRSA.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FSPagerView.framework; path = FSPagerView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MultipartFormData.swift; path = Source/MultipartFormData.swift; sourceTree = ""; }; + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; 117F9E8CB32760CD3AFAFADB30FD1A13 /* Pods-LaserMethane-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-LaserMethane-resources.sh"; sourceTree = ""; }; - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseConfiguration.swift; path = Sources/HXPHPicker/Core/Config/BaseConfiguration.swift; sourceTree = ""; }; - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmConfiguration.mm; path = Realm/RLMRealmConfiguration.mm; sourceTree = ""; }; - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTextView.swift; path = IQKeyboardManagerSwift/IQTextView/IQTextView.swift; sourceTree = ""; }; + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Randoms.swift; path = SwiftRandom/Randoms.swift; sourceTree = ""; }; + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Hue-Info.plist"; sourceTree = ""; }; + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+Hierarchy.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIView+Hierarchy.swift"; sourceTree = ""; }; + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FSPagerViewObjcCompat.m; path = Sources/FSPagerViewObjcCompat.m; sourceTree = ""; }; + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMConstants.h; path = include/RLMConstants.h; sourceTree = ""; }; + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; 218B6D4F1C39959EA413058F9C8528F3 /* Pods-LaserMethane-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-LaserMethane-acknowledgements.markdown"; sourceTree = ""; }; + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; 2264CC653A2B9E19942216ED9FEDB4E3 /* Photos.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Photos.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Photos.framework; sourceTree = DEVELOPER_DIR; }; - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProcessor.swift; path = Sources/Networking/ImageDataProcessor.swift; sourceTree = ""; }; - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.release.xcconfig; sourceTree = ""; }; - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectId.swift; path = RealmSwift/ObjectId.swift; sourceTree = ""; }; - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Array+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Array+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletPreviewView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletPreviewView.swift; sourceTree = ""; }; - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorFrameMaskView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorFrameMaskView.swift; sourceTree = ""; }; - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + 227F5E5623774034E57388B761104C08 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtensionHelpers.swift; path = Sources/Utility/ExtensionHelpers.swift; sourceTree = ""; }; + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditImageViewController.swift; path = Sources/Edit/ZLEditImageViewController.swift; sourceTree = ""; }; + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiTexturePolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiTexturePolylineRenderer.h; sourceTree = ""; }; + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateHeader.h; path = MJRefresh/Custom/Header/MJRefreshStateHeader.h; sourceTree = ""; }; + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; + 275144AF631D694DF1365882D20320DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUserAPIKey.h; path = include/RLMUserAPIKey.h; sourceTree = ""; }; + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArcRenderer.h; path = MAMapKit.framework/Headers/MAArcRenderer.h; sourceTree = ""; }; + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircle.h; path = MAMapKit.framework/Headers/MACircle.h; sourceTree = ""; }; + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Alamofire.modulemap; sourceTree = ""; }; + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.debug.xcconfig; sourceTree = ""; }; + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DiskStorage.swift; path = Sources/Cache/DiskStorage.swift; sourceTree = ""; }; + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCellConfiguration.swift; sourceTree = ""; }; + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; 2C9DB35ED87C2D25E8A9DF1972F59C6C /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/AVFoundation.framework; sourceTree = DEVELOPER_DIR; }; - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Object.swift; path = RealmSwift/Object.swift; sourceTree = ""; }; - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewSheet.swift; path = Sources/General/ZLPhotoPreviewSheet.swift; sourceTree = ""; }; - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerCamerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PickerCamerViewCell.swift; sourceTree = ""; }; + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineProvince.h; path = MAMapKit.framework/Headers/MAOfflineProvince.h; sourceTree = ""; }; + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.debug.xcconfig; sourceTree = ""; }; + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQToolbar.swift; path = IQKeyboardManagerSwift/IQToolbar/IQToolbar.swift; sourceTree = ""; }; + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Download.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Download.swift"; sourceTree = ""; }; + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; + 33C4260102A548E48ECD9F631722513A /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; 34FBB1C40DCA1E7BE2E8E367052E1CF0 /* Pods-LaserMethane-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-LaserMethane-umbrella.h"; sourceTree = ""; }; - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Alamofire.swift; path = Source/Alamofire.swift; sourceTree = ""; }; - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyView.swift; path = Sources/HXPHPicker/Picker/View/EmptyView.swift; sourceTree = ""; }; - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropView.swift"; sourceTree = ""; }; - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; + 3575F7163A252905168D426885964352 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Schema.swift; path = RealmSwift/Schema.swift; sourceTree = ""; }; + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorChartletConfig.swift; sourceTree = ""; }; + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLWeakProxy.swift; path = Sources/General/ZLWeakProxy.swift; sourceTree = ""; }; + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBridgeType.swift; path = Source/BuiltInBridgeType.swift; sourceTree = ""; }; 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftRandom.framework; path = SwiftRandom.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlayRenderer.h; path = MAMapKit.framework/Headers/MAMultiPointOverlayRenderer.h; sourceTree = ""; }; - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-prefix.pch"; sourceTree = ""; }; - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMConstants.m; path = Realm/RLMConstants.m; sourceTree = ""; }; - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSData+SHA.h"; path = "Source/NSData+SHA.h"; sourceTree = ""; }; - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPredicateUtil.mm; path = Realm/RLMPredicateUtil.mm; sourceTree = ""; }; - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MABaseOverlay.h; path = MAMapKit.framework/Headers/MABaseOverlay.h; sourceTree = ""; }; - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CollectionAccess.swift; path = RealmSwift/Impl/CollectionAccess.swift; sourceTree = ""; }; - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIButton+Kingfisher.swift"; path = "Sources/Extensions/UIButton+Kingfisher.swift"; sourceTree = ""; }; - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/VideoEditorViewController.swift; sourceTree = ""; }; + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorView.swift; sourceTree = ""; }; + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Data.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Data.swift"; sourceTree = ""; }; + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Audio.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Audio.swift"; sourceTree = ""; }; + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOneAndModifyOptions.mm; path = Realm/RLMFindOneAndModifyOptions.mm; sourceTree = ""; }; + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+Sync.swift"; path = "RealmSwift/ObjectiveCSupport+Sync.swift"; sourceTree = ""; }; 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = RealmSwift.framework; path = RealmSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.debug.xcconfig"; sourceTree = ""; }; - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-prefix.pch"; sourceTree = ""; }; - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; - 44EF6148250856F4E957B3384D249023 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+AVAsset.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+AVAsset.swift"; sourceTree = ""; }; - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListModel.swift; path = Sources/General/ZLAlbumListModel.swift; sourceTree = ""; }; - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProgressive.swift; path = Sources/Image/ImageProgressive.swift; sourceTree = ""; }; + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshComponent.m; path = MJRefresh/Base/MJRefreshComponent.m; sourceTree = ""; }; + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMap.h; path = MAMapKit.framework/Headers/MAOfflineMap.h; sourceTree = ""; }; + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapAccessibilityIdentifier.h; path = MAMapKit.framework/Headers/MAMapAccessibilityIdentifier.h; sourceTree = ""; }; + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; + 481832732EA2E7053D54A462407B39CA /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; 486E4164312F9A6C3F8E8DCE5AE9FF4B /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+URL.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+URL.swift"; sourceTree = ""; }; - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceManager.h; path = MAMapKit.framework/Headers/MATraceManager.h; sourceTree = ""; }; - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoControlViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoControlViewCell.swift; sourceTree = ""; }; - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoModel.swift; path = Sources/General/ZLPhotoModel.swift; sourceTree = ""; }; - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.release.xcconfig; sourceTree = ""; }; + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-umbrella.h"; sourceTree = ""; }; + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DefaultsKit-Info.plist"; sourceTree = ""; }; + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolOptions.swift; path = Sources/HXPHPicker/Editor/Model/EditorToolOptions.swift; sourceTree = ""; }; + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration_Private.h; path = include/RLMSyncConfiguration_Private.h; sourceTree = ""; }; 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.debug.xcconfig"; sourceTree = ""; }; - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedSet.mm; path = Realm/RLMManagedSet.mm; sourceTree = ""; }; - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ISO8601DateTransform.swift; path = Source/ISO8601DateTransform.swift; sourceTree = ""; }; - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageDismissAnimatedTransition.swift; path = Sources/Animation/ZLClipImageDismissAnimatedTransition.swift; sourceTree = ""; }; - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorDrawView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorDrawView.swift; sourceTree = ""; }; - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-umbrella.h"; sourceTree = ""; }; - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject.h; path = include/RLMObject.h; sourceTree = ""; }; - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemCommonCity.h; path = MAMapKit.framework/Headers/MAOfflineItemCommonCity.h; sourceTree = ""; }; - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoBrowser.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoBrowser.swift; sourceTree = ""; }; - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewLayoutAttributes.swift; path = Sources/FSPagerViewLayoutAttributes.swift; sourceTree = ""; }; - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NotAuthorizedConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/NotAuthorizedConfiguration.swift; sourceTree = ""; }; - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = ZLPhotoBrowser.bundle; path = Sources/ZLPhotoBrowser.bundle; sourceTree = ""; }; - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmailPasswordAuth.mm; path = Realm/RLMEmailPasswordAuth.mm; sourceTree = ""; }; - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.debug.xcconfig; sourceTree = ""; }; - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; - 53759233869D5C938A0D57CCBD66825F /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AFError.swift; path = Source/AFError.swift; sourceTree = ""; }; - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationRegionObj.h; path = AMapLocationKit.framework/Headers/AMapLocationRegionObj.h; sourceTree = ""; }; + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmConfiguration.swift; path = RealmSwift/RealmConfiguration.swift; sourceTree = ""; }; + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Hue.modulemap; sourceTree = ""; }; + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Key.swift; path = Source/Key.swift; sourceTree = ""; }; + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+Hue.swift"; path = "Source/iOS+tvOS/UIColor+Hue.swift"; sourceTree = ""; }; + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMPushClient.mm; path = Realm/RLMPushClient.mm; sourceTree = ""; }; + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectBase.mm; path = Realm/RLMObjectBase.mm; sourceTree = ""; }; + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSchema.mm; path = Realm/RLMSchema.mm; sourceTree = ""; }; + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoGifFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.m; sourceTree = ""; }; + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAccessor.mm; path = Realm/RLMAccessor.mm; sourceTree = ""; }; + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImage.swift; path = Sources/SwiftUI/KFImage.swift; sourceTree = ""; }; + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMBSON.mm; path = Realm/RLMBSON.mm; sourceTree = ""; }; + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "IQKeyboardManagerSwift-Info.plist"; sourceTree = ""; }; + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationKit.h; path = AMapLocationKit.framework/Headers/AMapLocationKit.h; sourceTree = ""; }; + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPolyline.h; path = MAMapKit.framework/Headers/MAMultiPolyline.h; sourceTree = ""; }; + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Delegate.swift; path = Sources/Utility/Delegate.swift; sourceTree = ""; }; + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriority.swift; path = Source/ConstraintPriority.swift; sourceTree = ""; }; + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; 56C1B849AB9CCC153EF8A1696D8C3644 /* Pods-LaserMethane-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-LaserMethane-dummy.m"; sourceTree = ""; }; - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+CALayer.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+CALayer.swift"; sourceTree = ""; }; - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.debug.xcconfig; sourceTree = ""; }; - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoPlayerView.swift; path = Sources/HXPHPicker/Core/View/VideoPlayerView.swift; sourceTree = ""; }; - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUUID.mm; path = Realm/RLMUUID.mm; sourceTree = ""; }; - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController.swift; sourceTree = ""; }; - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Kingfisher-Info.plist"; sourceTree = ""; }; + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusic.swift; path = Sources/HXPHPicker/Editor/Model/VideoEditorMusic.swift; sourceTree = ""; }; + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMClassInfo.mm; path = Realm/RLMClassInfo.mm; sourceTree = ""; }; + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CacheSerializer.swift; path = Sources/Cache/CacheSerializer.swift; sourceTree = ""; }; + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MBProgressHUD-Info.plist"; sourceTree = ""; }; + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealmConfiguration+Sync.h"; path = "include/RLMRealmConfiguration+Sync.h"; sourceTree = ""; }; + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DefaultsKit-dummy.m"; sourceTree = ""; }; + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.debug.xcconfig; sourceTree = ""; }; + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkReachabilityManager.swift; path = Source/NetworkReachabilityManager.swift; sourceTree = ""; }; + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorBrushColorView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorBrushColorView.swift; sourceTree = ""; }; + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ImageView+Kingfisher.swift"; path = "Sources/Extensions/ImageView+Kingfisher.swift"; sourceTree = ""; }; 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Alamofire.framework; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Aliases.swift; path = RealmSwift/Aliases.swift; sourceTree = ""; }; - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGFloat+ZLPhotoBrowser.swift"; path = "Sources/Extensions/CGFloat+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncManager.h; path = include/RLMSyncManager.h; sourceTree = ""; }; - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSError+RLMSync.h"; path = "include/NSError+RLMSync.h"; sourceTree = ""; }; - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoConfiguration.swift; path = Sources/General/ZLPhotoConfiguration.swift; sourceTree = ""; }; - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = MBProgressHUD.m; sourceTree = ""; }; - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-umbrella.h"; sourceTree = ""; }; - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSData+SHA.m"; path = "Source/NSData+SHA.m"; sourceTree = ""; }; - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CBridge.swift; path = Source/CBridge.swift; sourceTree = ""; }; - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFImageOptions.swift; path = Sources/SwiftUI/KFImageOptions.swift; sourceTree = ""; }; + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerView.swift; sourceTree = ""; }; + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardReturnKeyHandler.swift; path = IQKeyboardManagerSwift/IQKeyboardReturnKeyHandler.swift; sourceTree = ""; }; + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOneAndModifyOptions.h; path = include/RLMFindOneAndModifyOptions.h; sourceTree = ""; }; + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageTransition.swift; path = Sources/Image/ImageTransition.swift; sourceTree = ""; }; + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapKit-Info.plist"; sourceTree = ""; }; + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorToolViewConfiguration.swift; sourceTree = ""; }; + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; 65D137708F4AAC33E3A1288466861BE8 /* Pods-LaserMethane-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-Info.plist"; sourceTree = ""; }; - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumType.swift; path = Source/EnumType.swift; sourceTree = ""; }; - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlay.h; path = MAMapKit.framework/Headers/MAParticleOverlay.h; sourceTree = ""; }; - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Kingfisher-prefix.pch"; sourceTree = ""; }; - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapFoundationKit.framework; sourceTree = ""; }; - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealmUtil.mm; path = Realm/RLMRealmUtil.mm; sourceTree = ""; }; + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UILayoutSupport+Extensions.swift"; path = "Source/UILayoutSupport+Extensions.swift"; sourceTree = ""; }; + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.debug.xcconfig; sourceTree = ""; }; + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.debug.xcconfig; sourceTree = ""; }; + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomLanguage.swift; path = Sources/HXPHPicker/Core/Model/CustomLanguage.swift; sourceTree = ""; }; + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SizeExtensions.swift; path = Sources/Utility/SizeExtensions.swift; sourceTree = ""; }; 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DefaultsKit.framework; path = DefaultsKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshTrailer.m; path = MJRefresh/Base/MJRefreshTrailer.m; sourceTree = ""; }; - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyRSA.modulemap; sourceTree = ""; }; + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlayRenderer.h; path = MAMapKit.framework/Headers/MATileOverlayRenderer.h; sourceTree = ""; }; + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoStateFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.m; sourceTree = ""; }; + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationMoveAnimation.h; path = MAMapKit.framework/Headers/MAAnnotationMoveAnimation.h; sourceTree = ""; }; + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuide.swift; path = Source/ConstraintLayoutGuide.swift; sourceTree = ""; }; + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImage.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImage.swift"; sourceTree = ""; }; 6A1BBEF1454A26A67B721FC17E1E72A2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlay.h; path = MAMapKit.framework/Headers/MAGroundOverlay.h; sourceTree = ""; }; - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.debug.xcconfig; sourceTree = ""; }; - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapKit-dummy.m"; sourceTree = ""; }; - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Resource.swift; path = Sources/General/ImageSource/Resource.swift; sourceTree = ""; }; - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchType.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchType.h; sourceTree = ""; }; - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshGifHeader.m; path = MJRefresh/Custom/Header/MJRefreshGifHeader.m; sourceTree = ""; }; - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Toast-Swift-Info.plist"; sourceTree = ""; }; - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; - 6C050A667F155588769611DB99652CA3 /* MAShape.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAShape.h; path = MAMapKit.framework/Headers/MAShape.h; sourceTree = ""; }; - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintLayoutGuide+Extensions.swift"; path = "Source/ConstraintLayoutGuide+Extensions.swift"; sourceTree = ""; }; + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUser.mm; path = Realm/RLMUser.mm; sourceTree = ""; }; + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.release.xcconfig; sourceTree = ""; }; + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMRealm.mm; path = Realm/RLMRealm.mm; sourceTree = ""; }; + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-LaserMethane.release.xcconfig"; sourceTree = ""; }; - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectiveCSupport.swift; path = RealmSwift/ObjectiveCSupport.swift; sourceTree = ""; }; - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotationView.h; path = MAMapKit.framework/Headers/MAAnnotationView.h; sourceTree = ""; }; - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "IQKeyboardManagerSwift-dummy.m"; sourceTree = ""; }; - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */ = {isa = PBXFileReference; includeInIndex = 1; name = "realm-monorepo.xcframework"; path = "core/realm-monorepo.xcframework"; sourceTree = ""; }; - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIScrollView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIScrollView+Additions.swift"; sourceTree = ""; }; - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-prefix.pch"; sourceTree = ""; }; - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlayRenderer.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlayRenderer.h; sourceTree = ""; }; - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditResult.swift; path = Sources/HXPHPicker/Editor/PhotoEditResult.swift; sourceTree = ""; }; - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyRealmValue.swift; path = RealmSwift/AnyRealmValue.swift; sourceTree = ""; }; - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorController.swift; sourceTree = ""; }; - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayPathRenderer.h; path = MAMapKit.framework/Headers/MAOverlayPathRenderer.h; sourceTree = ""; }; + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQNSArray+Sort.swift"; path = "IQKeyboardManagerSwift/Categories/IQNSArray+Sort.swift"; sourceTree = ""; }; + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearch.h; path = AMapFoundationKit.framework/Headers/AMapURLSearch.h; sourceTree = ""; }; + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewPhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewPhotoViewCell.swift; sourceTree = ""; }; + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoFooter.h; path = MJRefresh/Base/MJRefreshAutoFooter.h; sourceTree = ""; }; + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HelpingMapper.swift; path = Source/HelpingMapper.swift; sourceTree = ""; }; + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMigration.mm; path = Realm/RLMMigration.mm; sourceTree = ""; }; + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsetTarget.swift; path = Source/ConstraintInsetTarget.swift; sourceTree = ""; }; + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshStateTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.h; sourceTree = ""; }; + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-umbrella.h"; sourceTree = ""; }; + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerView.swift; path = Sources/FSPagerView.swift; sourceTree = ""; }; + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; 72B35167BB8037194C7E81C7FC1DECCF /* Pods-LaserMethane-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-LaserMethane-acknowledgements.plist"; sourceTree = ""; }; - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartletView.swift; path = Sources/HXPHPicker/Editor/View/EditorChartletView.swift; sourceTree = ""; }; - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+URL.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+URL.swift"; sourceTree = ""; }; - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BaseViewController.swift; path = Sources/HXPHPicker/Core/Controller/BaseViewController.swift; sourceTree = ""; }; - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoBrowser.swift; path = Sources/General/ZLPhotoBrowser.swift; sourceTree = ""; }; - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.debug.xcconfig; sourceTree = ""; }; - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoTools.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoTools.swift"; sourceTree = ""; }; - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJRefresh.h"; path = "MJRefresh/UIScrollView+MJRefresh.h"; sourceTree = ""; }; - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapKit.release.xcconfig; sourceTree = ""; }; - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PersistedProperty.swift; path = RealmSwift/PersistedProperty.swift; sourceTree = ""; }; - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; - 7A15176C96A54934908F24154DB94635 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DefaultsKit.modulemap; sourceTree = ""; }; - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PHAsset+ZLPhotoBrowser.swift"; path = "Sources/Extensions/PHAsset+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.m; sourceTree = ""; }; - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGroundOverlayRenderer.h; path = MAMapKit.framework/Headers/MAGroundOverlayRenderer.h; sourceTree = ""; }; - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoManager.swift; path = Sources/General/ZLPhotoManager.swift; sourceTree = ""; }; - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Map.swift; path = RealmSwift/Map.swift; sourceTree = ""; }; - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiColoredPolylineRenderer.h; path = MAMapKit.framework/Headers/MAMultiColoredPolylineRenderer.h; sourceTree = ""; }; - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssetManager.swift; path = Sources/HXPHPicker/Core/Util/AssetManager.swift; sourceTree = ""; }; - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMaker.swift; path = Source/ConstraintMaker.swift; sourceTree = ""; }; - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorCropConfirmView.swift; path = Sources/HXPHPicker/Editor/View/EditorCropConfirmView.swift; sourceTree = ""; }; - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlayRenderer.h; path = MAMapKit.framework/Headers/MAOverlayRenderer.h; sourceTree = ""; }; - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewLayout.swift; path = Sources/FSPageViewLayout.swift; sourceTree = ""; }; - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ZLPhotoBrowser.h; path = Sources/ZLPhotoBrowser.h; sourceTree = ""; }; - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshTrailer.h; path = MJRefresh/Base/MJRefreshTrailer.h; sourceTree = ""; }; - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectId.mm; path = Realm/RLMObjectId.mm; sourceTree = ""; }; - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NetworkAsset.swift; path = Sources/HXPHPicker/Picker/Model/NetworkAsset.swift; sourceTree = ""; }; - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDecimal128.h; path = include/RLMDecimal128.h; sourceTree = ""; }; - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+CollectionView.swift"; sourceTree = ""; }; - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Export.swift; path = Source/Export.swift; sourceTree = ""; }; - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQInvocation.swift; path = IQKeyboardManagerSwift/IQToolbar/IQInvocation.swift; sourceTree = ""; }; + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Export.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Export.swift"; sourceTree = ""; }; + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoTools.swift; path = Sources/HXPHPicker/Core/Util/PhotoTools.swift; sourceTree = ""; }; + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Validation.swift; path = Source/Validation.swift; sourceTree = ""; }; + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HandyJSON-dummy.m"; sourceTree = ""; }; + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorTextConfig.swift; path = Sources/HXPHPicker/Editor/Config/EditorTextConfig.swift; sourceTree = ""; }; + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerTransition.swift; sourceTree = ""; }; + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RedirectHandler.swift; path = Sources/Networking/RedirectHandler.swift; sourceTree = ""; }; + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConst.m; path = MJRefresh/MJRefreshConst.m; sourceTree = ""; }; + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DefaultsKit-umbrella.h"; sourceTree = ""; }; + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxView.swift; path = Sources/HXPHPicker/Core/View/SelectBoxView.swift; sourceTree = ""; }; + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIView+MJExtension.h"; path = "MJRefresh/UIView+MJExtension.h"; sourceTree = ""; }; + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Preview.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Preview.swift"; sourceTree = ""; }; + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Realm-prefix.pch"; sourceTree = ""; }; + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTrashView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTrashView.swift; sourceTree = ""; }; + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressImageView.swift; path = Sources/HXPHPicker/Core/View/ProgressImageView.swift; sourceTree = ""; }; + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HandyJSON.modulemap; sourceTree = ""; }; + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet_Private.h; path = include/RLMSet_Private.h; sourceTree = ""; }; + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFetchImageOperation.swift; path = Sources/General/ZLFetchImageOperation.swift; sourceTree = ""; }; + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = RealmSwift.modulemap; sourceTree = ""; }; + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListCell.swift; path = Sources/General/ZLAlbumListCell.swift; sourceTree = ""; }; + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LivePhotoError.swift; path = Sources/HXPHPicker/Core/Model/LivePhotoError.swift; sourceTree = ""; }; + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraint.swift; path = Source/LayoutConstraint.swift; sourceTree = ""; }; + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Alamofire-Info.plist"; sourceTree = ""; }; + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Metadata.swift; path = Source/Metadata.swift; sourceTree = ""; }; + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSet.mm; path = Realm/RLMSet.mm; sourceTree = ""; }; + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintPriorityTarget.swift; path = Source/ConstraintPriorityTarget.swift; sourceTree = ""; }; + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicView.swift; sourceTree = ""; }; + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapURLSearchConfig.h; path = AMapFoundationKit.framework/Headers/AMapURLSearchConfig.h; sourceTree = ""; }; + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Hue-umbrella.h"; sourceTree = ""; }; + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-prefix.pch"; sourceTree = ""; }; + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAlbumListController.swift; path = Sources/General/ZLAlbumListController.swift; sourceTree = ""; }; + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = RLMSwiftSupport.m; path = Realm/RLMSwiftSupport.m; sourceTree = ""; }; + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmbeddedObject.h; path = include/RLMEmbeddedObject.h; sourceTree = ""; }; + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; 864FB134B7A8B81E945E313C4A8347C8 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewSelectedView.swift; sourceTree = ""; }; - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoCollection.mm; path = Realm/RLMMongoCollection.mm; sourceTree = ""; }; - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayRenderer.h; path = MAMapKit.framework/Headers/MAParticleOverlayRenderer.h; sourceTree = ""; }; - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewAnimatedTransition.swift; path = Sources/Animation/ZLPhotoPreviewAnimatedTransition.swift; sourceTree = ""; }; - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Toast-Swift.release.xcconfig"; sourceTree = ""; }; - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncSession.h; path = include/RLMSyncSession.h; sourceTree = ""; }; - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImagePreviewController.swift; path = Sources/General/ZLImagePreviewController.swift; sourceTree = ""; }; - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAsset.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAsset.swift"; sourceTree = ""; }; + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BSON.swift; path = RealmSwift/BSON.swift; sourceTree = ""; }; + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoManager.swift; path = Sources/HXPHPicker/Core/Util/PhotoManager.swift; sourceTree = ""; }; + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = AMapLocationKit.framework; sourceTree = ""; }; + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerSelectableViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerSelectableViewCell.swift; sourceTree = ""; }; + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstants.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstants.swift; sourceTree = ""; }; + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Placeholder.swift; path = Sources/Image/Placeholder.swift; sourceTree = ""; }; + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MBProgressHUD.framework; path = MBProgressHUD.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8BB169F0DEC7F7B664114F813E7C3B78 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+BSON.swift"; path = "RealmSwift/ObjectiveCSupport+BSON.swift"; sourceTree = ""; }; - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMArray.mm; path = Realm/RLMArray.mm; sourceTree = ""; }; - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.debug.xcconfig; sourceTree = ""; }; - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Optional.swift; path = RealmSwift/Optional.swift; sourceTree = ""; }; - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray.h; path = include/RLMArray.h; sourceTree = ""; }; - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection_Private.h; path = include/RLMCollection_Private.h; sourceTree = ""; }; - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "RLMRealm+Sync.h"; path = "include/RLMRealm+Sync.h"; sourceTree = ""; }; - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/AlbumViewCell.swift; sourceTree = ""; }; + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationVersion.h; path = AMapFoundationKit.framework/Headers/AMapFoundationVersion.h; sourceTree = ""; }; + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FSPagerView.release.xcconfig; sourceTree = ""; }; + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ConstraintView+Extensions.swift"; path = "Source/ConstraintView+Extensions.swift"; sourceTree = ""; }; + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCredentials.mm; path = Realm/RLMCredentials.mm; sourceTree = ""; }; + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "RealmSwift-dummy.m"; sourceTree = ""; }; + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-umbrella.h"; sourceTree = ""; }; + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Kingfisher.swift; path = Sources/General/Kingfisher.swift; sourceTree = ""; }; + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Toast.swift; path = Toast/Toast.swift; sourceTree = ""; }; + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAConfig.h; path = MAMapKit.framework/Headers/MAConfig.h; sourceTree = ""; }; + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Realm.framework; path = Realm.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumListConfiguration.swift; sourceTree = ""; }; - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshComponent.h; path = MJRefresh/Base/MJRefreshComponent.h; sourceTree = ""; }; - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDSL.swift; path = Source/ConstraintDSL.swift; sourceTree = ""; }; - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Request.swift"; sourceTree = ""; }; - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Toast-Swift-dummy.m"; sourceTree = ""; }; - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Sources/Utility/Result.swift; sourceTree = ""; }; - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncUtil.mm; path = Realm/RLMSyncUtil.mm; sourceTree = ""; }; - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EncryptedMessage.swift; path = Source/EncryptedMessage.swift; sourceTree = ""; }; - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManager.swift; path = IQKeyboardManagerSwift/IQKeyboardManager.swift; sourceTree = ""; }; - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropViewCell.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropViewCell.swift; sourceTree = ""; }; + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMThreadSafeReference.mm; path = Realm/RLMThreadSafeReference.mm; sourceTree = ""; }; + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnnotation.h; path = MAMapKit.framework/Headers/MAAnnotation.h; sourceTree = ""; }; + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMArray_Private.h; path = include/RLMArray_Private.h; sourceTree = ""; }; + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAPIKeyAuth.mm; path = Realm/RLMAPIKeyAuth.mm; sourceTree = ""; }; + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KF.swift; path = Sources/General/KF.swift; sourceTree = ""; }; + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-umbrella.h"; sourceTree = ""; }; + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SortDescriptor.swift; path = RealmSwift/SortDescriptor.swift; sourceTree = ""; }; + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageURL.swift"; sourceTree = ""; }; + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DeniedAuthorizationView.swift; path = Sources/HXPHPicker/Picker/View/DeniedAuthorizationView.swift; sourceTree = ""; }; + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateChecker.mm; path = Realm/RLMUpdateChecker.mm; sourceTree = ""; }; + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationCommonObj.h; path = AMapLocationKit.framework/Headers/AMapLocationCommonObj.h; sourceTree = ""; }; + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftCollectionBase.mm; path = Realm/RLMSwiftCollectionBase.mm; sourceTree = ""; }; + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftValueStorage.h; path = include/RLMSwiftValueStorage.h; sourceTree = ""; }; + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhotoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhotoURL.swift"; sourceTree = ""; }; + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; 979486118B3E90C08386079D57962701 /* SnapKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapKit.framework; path = SnapKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUpdateResult.mm; path = Realm/RLMUpdateResult.mm; sourceTree = ""; }; - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPanGestureRecognizer.swift; path = Sources/HXPHPicker/Core/Model/PhotoPanGestureRecognizer.swift; sourceTree = ""; }; - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DataTransform.swift; path = Source/DataTransform.swift; sourceTree = ""; }; - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ParameterEncoding.swift; path = Source/ParameterEncoding.swift; sourceTree = ""; }; - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+PHAssetCollection.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+PHAssetCollection.swift"; sourceTree = ""; }; - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLClipImageViewController.swift; path = Sources/Edit/ZLClipImageViewController.swift; sourceTree = ""; }; - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HandyJSON-prefix.pch"; sourceTree = ""; }; - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EnumTransform.swift; path = Source/EnumTransform.swift; sourceTree = ""; }; + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoManager+Language.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoManager+Language.swift"; sourceTree = ""; }; + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyJSON-dummy.m"; sourceTree = ""; }; + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCollection.h; path = include/RLMCollection.h; sourceTree = ""; }; + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration.h; path = include/RLMRealmConfiguration.h; sourceTree = ""; }; + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Box.swift; path = Sources/Utility/Box.swift; sourceTree = ""; }; + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageStickerView.swift; path = Sources/Edit/ZLImageStickerView.swift; sourceTree = ""; }; + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapStatus.h; path = MAMapKit.framework/Headers/MAMapStatus.h; sourceTree = ""; }; + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMNetworkTransport.h; path = include/RLMNetworkTransport.h; sourceTree = ""; }; + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm.h; path = include/RLMRealm.h; sourceTree = ""; }; + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomCalloutView.h; path = MAMapKit.framework/Headers/MACustomCalloutView.h; sourceTree = ""; }; + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDataProvider.swift; path = Sources/General/ImageSource/ImageDataProvider.swift; sourceTree = ""; }; 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationManager.h; path = AMapLocationKit.framework/Headers/AMapLocationManager.h; sourceTree = ""; }; - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FSPagerView-umbrella.h"; sourceTree = ""; }; - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintOffsetTarget.swift; path = Source/ConstraintOffsetTarget.swift; sourceTree = ""; }; - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDescription.swift; path = Source/ConstraintDescription.swift; sourceTree = ""; }; - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObject.mm; path = Realm/RLMObject.mm; sourceTree = ""; }; - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Storage.swift; path = Sources/Cache/Storage.swift; sourceTree = ""; }; - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupport.swift; path = Source/ConstraintLayoutSupport.swift; sourceTree = ""; }; - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewVideoView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewVideoView.swift; sourceTree = ""; }; - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PointerType.swift; path = Source/PointerType.swift; sourceTree = ""; }; - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMResults.mm; path = Realm/RLMResults.mm; sourceTree = ""; }; - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AVAssetImageDataProvider.swift; path = Sources/General/ImageSource/AVAssetImageDataProvider.swift; sourceTree = ""; }; - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RetryStrategy.swift; path = Sources/Networking/RetryStrategy.swift; sourceTree = ""; }; - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerBottomViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerBottomViewConfiguration.swift; sourceTree = ""; }; - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Error.swift; path = RealmSwift/Error.swift; sourceTree = ""; }; - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMApp.mm; path = Realm/RLMApp.mm; sourceTree = ""; }; - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceError.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceError.h; sourceTree = ""; }; - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; - A6BE22170791C4A553436A62B7882491 /* Message.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Message.swift; path = Source/Message.swift; sourceTree = ""; }; - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Toast-Swift-prefix.pch"; sourceTree = ""; }; - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-umbrella.h"; sourceTree = ""; }; - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPointOverlay.h; path = MAMapKit.framework/Headers/MAMultiPointOverlay.h; sourceTree = ""; }; + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMThreadSafeReference.h; path = include/RLMThreadSafeReference.h; sourceTree = ""; }; + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-umbrella.h"; sourceTree = ""; }; + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoNormalFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.h; sourceTree = ""; }; + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorCropView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorCropView.swift; sourceTree = ""; }; + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-prefix.pch"; sourceTree = ""; }; + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJExtension.m"; path = "MJRefresh/UIScrollView+MJExtension.m"; sourceTree = ""; }; + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PrivateKey.swift; path = Source/PrivateKey.swift; sourceTree = ""; }; + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUtil.mm; path = Realm/RLMUtil.mm; sourceTree = ""; }; + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TaskDelegate.swift; path = Source/TaskDelegate.swift; sourceTree = ""; }; + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Sync.swift; path = RealmSwift/Sync.swift; sourceTree = ""; }; + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshFooter.h; path = MJRefresh/Base/MJRefreshFooter.h; sourceTree = ""; }; + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema_Private.h; path = include/RLMObjectSchema_Private.h; sourceTree = ""; }; + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Hue.framework; path = Hue.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmCollection.swift; path = RealmSwift/RealmCollection.swift; sourceTree = ""; }; + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.debug.xcconfig; sourceTree = ""; }; + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIView+MJExtension.m"; path = "MJRefresh/UIView+MJExtension.m"; sourceTree = ""; }; + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnyExtensions.swift; path = Source/AnyExtensions.swift; sourceTree = ""; }; + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIViewController.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIViewController.swift"; sourceTree = ""; }; + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailViewController.swift; path = Sources/General/ZLThumbnailViewController.swift; sourceTree = ""; }; + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DefaultsKit.release.xcconfig; sourceTree = ""; }; + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorCropToolView.swift; sourceTree = ""; }; + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilterView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorFilterView.swift; sourceTree = ""; }; + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Alamofire.debug.xcconfig; sourceTree = ""; }; + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Toast-Swift.modulemap"; sourceTree = ""; }; + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackStateFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h; sourceTree = ""; }; + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AnimatedImageView.swift; path = Sources/Views/AnimatedImageView.swift; sourceTree = ""; }; + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintViewDSL.swift; path = Source/ConstraintViewDSL.swift; sourceTree = ""; }; + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; A8E37336ED3720DB46DCB37F48ABAD5C /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Security.framework; sourceTree = DEVELOPER_DIR; }; A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = IQKeyboardManagerSwift.framework; path = IQKeyboardManagerSwift.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty.h; path = include/RLMProperty.h; sourceTree = ""; }; - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Request.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Request.swift"; sourceTree = ""; }; - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.debug.xcconfig; sourceTree = ""; }; - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressHUD.swift; path = Sources/General/ZLProgressHUD.swift; sourceTree = ""; }; - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Typealiases.swift; path = Source/Typealiases.swift; sourceTree = ""; }; - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLAddPhotoCell.swift; path = Sources/General/ZLAddPhotoCell.swift; sourceTree = ""; }; - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftRandom.modulemap; sourceTree = ""; }; - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLTransform.swift; path = Source/URLTransform.swift; sourceTree = ""; }; - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ZLPhotoBrowser.release.xcconfig; sourceTree = ""; }; - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygon.h; path = MAMapKit.framework/Headers/MAPolygon.h; sourceTree = ""; }; - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConst.h; path = MJRefresh/MJRefreshConst.h; sourceTree = ""; }; - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQPreviousNextView.swift; path = IQKeyboardManagerSwift/IQToolbar/IQPreviousNextView.swift; sourceTree = ""; }; - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolViewCell.swift; path = Sources/HXPHPicker/Editor/View/EditorToolViewCell.swift; sourceTree = ""; }; - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoEditorConfiguration.swift; sourceTree = ""; }; - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-prefix.pch"; sourceTree = ""; }; - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIControl+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIControl+ZLPhotoBrowser.swift"; sourceTree = ""; }; - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Decimal128.swift; path = RealmSwift/Decimal128.swift; sourceTree = ""; }; - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Realm.modulemap; sourceTree = ""; }; - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftyRSA-dummy.m"; sourceTree = ""; }; - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "IQKeyboardManagerSwift-umbrella.h"; sourceTree = ""; }; - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageCache.swift; path = Sources/Cache/ImageCache.swift; sourceTree = ""; }; - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDataTask.swift; path = Sources/Networking/SessionDataTask.swift; sourceTree = ""; }; - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerMaskView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerMaskView.swift; sourceTree = ""; }; - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolygonRenderer.h; path = MAMapKit.framework/Headers/MAPolygonRenderer.h; sourceTree = ""; }; - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ObjectiveCSupport+AnyRealmValue.swift"; path = "RealmSwift/ObjectiveCSupport+AnyRealmValue.swift"; sourceTree = ""; }; - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapCustomStyleOptions.h; path = MAMapKit.framework/Headers/MAMapCustomStyleOptions.h; sourceTree = ""; }; - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerItemView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerItemView.swift; sourceTree = ""; }; - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+PlayerView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+PlayerView.swift"; sourceTree = ""; }; - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMAnalytics.mm; path = Realm/RLMAnalytics.mm; sourceTree = ""; }; + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp_Private.h; path = include/RLMApp_Private.h; sourceTree = ""; }; + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProperty.mm; path = Realm/RLMProperty.mm; sourceTree = ""; }; + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Cell+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Cell+ZLPhotoBrowser.swift"; sourceTree = ""; }; + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmKeyedCollection.swift; path = RealmSwift/RealmKeyedCollection.swift; sourceTree = ""; }; + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+MD5.swift"; path = "Sources/Utility/String+MD5.swift"; sourceTree = ""; }; + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MongoClient.swift; path = RealmSwift/MongoClient.swift; sourceTree = ""; }; + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherManager.swift; path = Sources/General/KingfisherManager.swift; sourceTree = ""; }; + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProviderClient.h; path = include/RLMProviderClient.h; sourceTree = ""; }; + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapTileOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapTileOverlay.h; sourceTree = ""; }; + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOverlay.h; path = MAMapKit.framework/Headers/MAOverlay.h; sourceTree = ""; }; + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "HXPHPicker-umbrella.h"; sourceTree = ""; }; + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMCollection.mm; path = Realm/RLMCollection.mm; sourceTree = ""; }; + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapServices.h; path = AMapFoundationKit.framework/Headers/AMapServices.h; sourceTree = ""; }; + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil.h; path = include/RLMSyncUtil.h; sourceTree = ""; }; + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+LivePhoto.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+LivePhoto.swift"; sourceTree = ""; }; + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIView+IQKeyboardToolbar.swift"; path = "IQKeyboardManagerSwift/IQToolbar/IQUIView+IQKeyboardToolbar.swift"; sourceTree = ""; }; + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageProcessor.swift; path = Sources/Image/ImageProcessor.swift; sourceTree = ""; }; + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutSupportDSL.swift; path = Source/ConstraintLayoutSupportDSL.swift; sourceTree = ""; }; + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlay.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlay.h; sourceTree = ""; }; + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshGifHeader.h; path = MJRefresh/Custom/Header/MJRefreshGifHeader.h; sourceTree = ""; }; + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMultiPoint.h; path = MAMapKit.framework/Headers/MAMultiPoint.h; sourceTree = ""; }; + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAccessor.h; path = include/RLMAccessor.h; sourceTree = ""; }; + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SchemaDiscovery.swift; path = RealmSwift/Impl/SchemaDiscovery.swift; sourceTree = ""; }; B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HXPHPicker.framework; path = HXPHPicker.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumView.swift; path = Sources/HXPHPicker/Picker/View/AlbumView.swift; sourceTree = ""; }; - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerContentView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerContentView.swift; sourceTree = ""; }; - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBaseViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerBaseViewCell.swift; sourceTree = ""; }; - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema_Private.h; path = include/RLMSchema_Private.h; sourceTree = ""; }; - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineMapViewController.h; path = MAMapKit.framework/Headers/MAOfflineMapViewController.h; sourceTree = ""; }; - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicView.swift; sourceTree = ""; }; - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerFinalizable.swift; path = Source/ConstraintMakerFinalizable.swift; sourceTree = ""; }; - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPickerViewCell.swift; sourceTree = ""; }; - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageBinder.swift; path = Sources/SwiftUI/ImageBinder.swift; sourceTree = ""; }; - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/VideoCroppingConfiguration.swift; sourceTree = ""; }; - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transformable.swift; path = Source/Transformable.swift; sourceTree = ""; }; - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MJRefresh-prefix.pch"; sourceTree = ""; }; - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCustomCamera.swift; path = Sources/Camera/ZLCustomCamera.swift; sourceTree = ""; }; - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintView.swift; path = Source/ConstraintView.swift; sourceTree = ""; }; - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KFOptionsSetter.swift; path = Sources/General/KFOptionsSetter.swift; sourceTree = ""; }; - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewCell.swift; path = Sources/General/ZLPhotoPreviewCell.swift; sourceTree = ""; }; + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Image/Filter.swift; sourceTree = ""; }; + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATileOverlay.h; path = MAMapKit.framework/Headers/MATileOverlay.h; sourceTree = ""; }; + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorContentView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorContentView.swift; sourceTree = ""; }; + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoGifFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoGifFooter.h; sourceTree = ""; }; + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectSchema.mm; path = Realm/RLMObjectSchema.mm; sourceTree = ""; }; + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Alamofire-dummy.m"; sourceTree = ""; }; + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftUI.swift; path = RealmSwift/SwiftUI.swift; sourceTree = ""; }; + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConfig.swift; path = Source/ConstraintConfig.swift; sourceTree = ""; }; + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = Source/FieldDescriptor.swift; sourceTree = ""; }; B7FE851A77A15DF6E59AFD17A2A07EFF /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Bundle+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Bundle+ZLPhotoBrowser.swift"; sourceTree = ""; }; - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelatableTarget.swift; path = Source/ConstraintRelatableTarget.swift; sourceTree = ""; }; - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoDatabase.h; path = include/RLMMongoDatabase.h; sourceTree = ""; }; - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoNormalFooter.m; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m; sourceTree = ""; }; - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageContentType.swift; path = Sources/HXPHPicker/Core/Model/ImageContentType.swift; sourceTree = ""; }; - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureVideoPreviewView.swift; path = Sources/HXPHPicker/Picker/View/CaptureVideoPreviewView.swift; sourceTree = ""; }; - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQTitleBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQTitleBarButtonItem.swift; sourceTree = ""; }; - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FSPagerView-dummy.m"; sourceTree = ""; }; - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLLanguageDefine.swift; path = Sources/General/ZLLanguageDefine.swift; sourceTree = ""; }; - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MJRefresh.modulemap; sourceTree = ""; }; + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+PhotoTools.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+PhotoTools.swift"; sourceTree = ""; }; + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSchema.h; path = include/RLMSchema.h; sourceTree = ""; }; + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CropConfirmViewConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/CropConfirmViewConfiguration.swift; sourceTree = ""; }; + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionManager.swift; path = Source/SessionManager.swift; sourceTree = ""; }; + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = MJRefresh.bundle; path = MJRefresh/MJRefresh.bundle; sourceTree = ""; }; + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PickerConfiguration.swift; sourceTree = ""; }; + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEmbedAlbumListView.swift; path = Sources/General/ZLEmbedAlbumListView.swift; sourceTree = ""; }; BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ZLPhotoBrowser.framework; path = ZLPhotoBrowser.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorViewController.swift; path = Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController.swift; sourceTree = ""; }; - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Realm-dummy.m"; sourceTree = ""; }; - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Timeline.swift; path = Source/Timeline.swift; sourceTree = ""; }; - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MemoryStorage.swift; path = Sources/Cache/MemoryStorage.swift; sourceTree = ""; }; - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleArrowView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleArrowView.swift; sourceTree = ""; }; - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAIndoorInfo.h; path = MAMapKit.framework/Headers/MAIndoorInfo.h; sourceTree = ""; }; - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "RealmSwift-Info.plist"; sourceTree = ""; }; - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Kingfisher-dummy.m"; sourceTree = ""; }; - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPathShowRange.h; path = MAMapKit.framework/Headers/MAPathShowRange.h; sourceTree = ""; }; - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMNetworkTransport.mm; path = Realm/RLMNetworkTransport.mm; sourceTree = ""; }; - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMEmailPasswordAuth.h; path = include/RLMEmailPasswordAuth.h; sourceTree = ""; }; - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIFont.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIFont.swift"; sourceTree = ""; }; - C1387E860291583195B619E8719BE9BD /* Result.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Result.swift; path = Source/Result.swift; sourceTree = ""; }; - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackGifFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.h; sourceTree = ""; }; - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorToolView.swift; path = Sources/HXPHPicker/Editor/View/EditorToolView.swift; sourceTree = ""; }; - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFAnimatedImage.swift; path = Sources/Image/GIFAnimatedImage.swift; sourceTree = ""; }; - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATraceLocation.h; path = MAMapKit.framework/Headers/MATraceLocation.h; sourceTree = ""; }; - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncConfiguration.h; path = include/RLMSyncConfiguration.h; sourceTree = ""; }; - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapLocationVersion.h; path = AMapLocationKit.framework/Headers/AMapLocationVersion.h; sourceTree = ""; }; - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ReflectionHelper.swift; path = Source/ReflectionHelper.swift; sourceTree = ""; }; - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Kingfisher.modulemap; sourceTree = ""; }; - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLCameraCell.swift; path = Sources/General/ZLCameraCell.swift; sourceTree = ""; }; - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RealmProperty.swift; path = RealmSwift/RealmProperty.swift; sourceTree = ""; }; + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListCameraCellConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListCameraCellConfiguration.swift; sourceTree = ""; }; + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMProviderClient.mm; path = Realm/RLMProviderClient.mm; sourceTree = ""; }; + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SelectBoxConfiguration.swift; path = Sources/HXPHPicker/Core/Config/SelectBoxConfiguration.swift; sourceTree = ""; }; + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintItem.swift; path = Source/ConstraintItem.swift; sourceTree = ""; }; + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerTypes.swift; path = Sources/HXPHPicker/Picker/Model/PickerTypes.swift; sourceTree = ""; }; + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Hue.swift"; path = "Source/iOS+tvOS/UIImage+Hue.swift"; sourceTree = ""; }; + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsetTarget.swift; path = Source/ConstraintDirectionalInsetTarget.swift; sourceTree = ""; }; + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintConstantTarget.swift; path = Source/ConstraintConstantTarget.swift; sourceTree = ""; }; + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageFormat.swift; path = Sources/Image/ImageFormat.swift; sourceTree = ""; }; + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObservation.mm; path = Realm/RLMObservation.mm; sourceTree = ""; }; + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CallbackQueue.swift; path = Sources/Utility/CallbackQueue.swift; sourceTree = ""; }; + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAssetExportSession.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAssetExportSession.swift"; sourceTree = ""; }; + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ServerTrustPolicy.swift; path = Source/ServerTrustPolicy.swift; sourceTree = ""; }; + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapLocation.debug.xcconfig; sourceTree = ""; }; + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Source.swift; path = Sources/General/ImageSource/Source.swift; sourceTree = ""; }; + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SwiftRandom-dummy.m"; sourceTree = ""; }; + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPushClient.h; path = include/RLMPushClient.h; sourceTree = ""; }; + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshNormalHeader.m; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.m; sourceTree = ""; }; + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapVersion.h; path = MAMapKit.framework/Headers/MAMapVersion.h; sourceTree = ""; }; + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Realm-xcframeworks.sh"; sourceTree = ""; }; + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateTransform.swift; path = Source/DateTransform.swift; sourceTree = ""; }; + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Logger.swift; path = Source/Logger.swift; sourceTree = ""; }; + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = RealmSwift.release.xcconfig; sourceTree = ""; }; + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftRandom.release.xcconfig; sourceTree = ""; }; + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.debug.xcconfig; sourceTree = ""; }; + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImagePrefetcher.swift; path = Sources/Networking/ImagePrefetcher.swift; sourceTree = ""; }; + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSError+RLMSync.m"; path = "Realm/NSError+RLMSync.m"; sourceTree = ""; }; + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshConfig.m; path = MJRefresh/MJRefreshConfig.m; sourceTree = ""; }; + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; C3E25AB8A93C8279DC76EEC475D2EDC5 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Kingfisher.framework; path = Kingfisher.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MALineDrawType.h; path = MAMapKit.framework/Headers/MALineDrawType.h; sourceTree = ""; }; - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "WKInterfaceImage+Kingfisher.swift"; path = "Sources/Extensions/WKInterfaceImage+Kingfisher.swift"; sourceTree = ""; }; - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLFilter.swift; path = Sources/Edit/ZLFilter.swift; sourceTree = ""; }; - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary.h; path = include/RLMDictionary.h; sourceTree = ""; }; - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAssetCollection.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAssetCollection.swift; sourceTree = ""; }; - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMValue.h; path = include/RLMValue.h; sourceTree = ""; }; - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyJSON.release.xcconfig; sourceTree = ""; }; - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Constraint.swift; path = Source/Constraint.swift; sourceTree = ""; }; - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.debug.xcconfig; sourceTree = ""; }; - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Authorization.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Authorization.swift"; sourceTree = ""; }; - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; - C77A2EF51A3656314C9918BC1983870A /* Results.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Results.swift; path = RealmSwift/Results.swift; sourceTree = ""; }; - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Private.h; path = include/RLMRealm_Private.h; sourceTree = ""; }; - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoError.swift; path = Sources/HXPHPicker/Core/Model/PhotoError.swift; sourceTree = ""; }; - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerViewCell.swift; path = Sources/FSPagerViewCell.swift; sourceTree = ""; }; - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIImage+ZLPhotoBrowser.swift"; sourceTree = ""; }; - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIImageView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIImageView.swift"; sourceTree = ""; }; - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefresh.h; path = MJRefresh/MJRefresh.h; sourceTree = ""; }; - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDrawing.swift; path = Sources/Image/ImageDrawing.swift; sourceTree = ""; }; - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshAutoStateFooter.h; path = MJRefresh/Custom/Footer/Auto/MJRefreshAutoStateFooter.h; sourceTree = ""; }; + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewVideoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewVideoViewCell.swift; sourceTree = ""; }; + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorImageResizerControlView.swift; path = Sources/HXPHPicker/Editor/View/Photo/EditorImageResizerControlView.swift; sourceTree = ""; }; + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncSession.mm; path = Realm/RLMSyncSession.mm; sourceTree = ""; }; + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerEditable.swift; path = Source/ConstraintMakerEditable.swift; sourceTree = ""; }; + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolyline.h; path = MAMapKit.framework/Headers/MAPolyline.h; sourceTree = ""; }; + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshHeader.h; path = MJRefresh/Base/MJRefreshHeader.h; sourceTree = ""; }; + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Network.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Network.swift"; sourceTree = ""; }; + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+DispatchQueue.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+DispatchQueue.swift"; sourceTree = ""; }; + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLEditVideoViewController.swift; path = Sources/Edit/ZLEditVideoViewController.swift; sourceTree = ""; }; + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoCollection.h; path = include/RLMMongoCollection.h; sourceTree = ""; }; + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalHeader.h; path = MJRefresh/Custom/Header/MJRefreshNormalHeader.h; sourceTree = ""; }; + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSAError.swift; path = Source/SwiftyRSAError.swift; sourceTree = ""; }; + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Image.swift; path = Sources/Image/Image.swift; sourceTree = ""; }; + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = X509Certificate.swift; path = Source/X509Certificate.swift; sourceTree = ""; }; + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintDirectionalInsets.swift; path = Source/ConstraintDirectionalInsets.swift; sourceTree = ""; }; + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MBProgressHUD.release.xcconfig; sourceTree = ""; }; + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SwiftyJSON.modulemap; sourceTree = ""; }; + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-umbrella.h"; sourceTree = ""; }; + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorMosaicToolView.swift; path = Sources/HXPHPicker/Editor/View/Photo/PhotoEditorMosaicToolView.swift; sourceTree = ""; }; + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMap3DMap.release.xcconfig; sourceTree = ""; }; + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorFilter.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorFilter.swift; sourceTree = ""; }; + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumViewController.swift; path = Sources/HXPHPicker/Picker/Controller/AlbumViewController.swift; sourceTree = ""; }; + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlay.h; path = MAMapKit.framework/Headers/MATerrainOverlay.h; sourceTree = ""; }; + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "TVMonogramView+Kingfisher.swift"; path = "Sources/Extensions/TVMonogramView+Kingfisher.swift"; sourceTree = ""; }; + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+ZLPhotoBrowser.swift"; path = "Sources/Extensions/String+ZLPhotoBrowser.swift"; sourceTree = ""; }; + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomBasicType.swift; path = Source/ExtendCustomBasicType.swift; sourceTree = ""; }; + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackNormalFooter.h; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.h; sourceTree = ""; }; + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerBottomView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPickerBottomView.swift; sourceTree = ""; }; + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AuthenticationChallengeResponsable.swift; path = Sources/Networking/AuthenticationChallengeResponsable.swift; sourceTree = ""; }; + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMObjectStore.mm; path = Realm/RLMObjectStore.mm; sourceTree = ""; }; + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncConfiguration.mm; path = Realm/RLMSyncConfiguration.mm; sourceTree = ""; }; + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceRegionObj.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceRegionObj.h; sourceTree = ""; }; + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerTextView.swift; sourceTree = ""; }; + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealmConfiguration+Sync.mm"; path = "Realm/RLMRealmConfiguration+Sync.mm"; sourceTree = ""; }; CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = HandyJSON.framework; path = HandyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloaderDelegate.swift; path = Sources/Networking/ImageDownloaderDelegate.swift; sourceTree = ""; }; - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorChartlet.swift; path = Sources/HXPHPicker/Editor/Model/EditorChartlet.swift; sourceTree = ""; }; - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewContentView.swift; path = Sources/HXPHPicker/Picker/View/PhotoPreviewContentView.swift; sourceTree = ""; }; - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Private.h; path = include/RLMObjectBase_Private.h; sourceTree = ""; }; - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSyncManager.mm; path = Realm/RLMSyncManager.mm; sourceTree = ""; }; - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults_Private.h; path = include/RLMResults_Private.h; sourceTree = ""; }; + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+CollectionView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+CollectionView.swift"; sourceTree = ""; }; + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Image.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Image.swift"; sourceTree = ""; }; + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PreviewViewConfiguration.swift; sourceTree = ""; }; + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealm_Dynamic.h; path = include/RLMRealm_Dynamic.h; sourceTree = ""; }; + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GraphicsContext.swift; path = Sources/Image/GraphicsContext.swift; sourceTree = ""; }; + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocationRepresentation.h; path = MAMapKit.framework/Headers/MAUserLocationRepresentation.h; sourceTree = ""; }; CFA6CB79A2FBE9BE6D3EB1D449BEE391 /* Pods-LaserMethane.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-LaserMethane.modulemap"; sourceTree = ""; }; - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Persistable.swift; path = RealmSwift/Impl/Persistable.swift; sourceTree = ""; }; - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HandyJSON-Info.plist"; sourceTree = ""; }; - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MJRefresh-dummy.m"; sourceTree = ""; }; - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = App.swift; path = RealmSwift/App.swift; sourceTree = ""; }; - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+SwipeSelect.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+SwipeSelect.swift"; sourceTree = ""; }; - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = HandyJSON.h; path = Source/HandyJSON.h; sourceTree = ""; }; - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyInfo.swift; path = Source/PropertyInfo.swift; sourceTree = ""; }; - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMBSON.h; path = include/RLMBSON.h; sourceTree = ""; }; - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackGifFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackGifFooter.m; sourceTree = ""; }; - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeometry.h; path = MAMapKit.framework/Headers/MAGeometry.h; sourceTree = ""; }; - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.release.xcconfig; sourceTree = ""; }; - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAAnimatedAnnotation.h; path = MAMapKit.framework/Headers/MAAnimatedAnnotation.h; sourceTree = ""; }; - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIDevice.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIDevice.swift"; sourceTree = ""; }; - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Camera.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Camera.swift"; sourceTree = ""; }; + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMAPIKeyAuth.h; path = include/RLMAPIKeyAuth.h; sourceTree = ""; }; + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerController.swift; sourceTree = ""; }; + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapView.h; path = MAMapKit.framework/Headers/MAMapView.h; sourceTree = ""; }; + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResponseSerialization.swift; path = Source/ResponseSerialization.swift; sourceTree = ""; }; + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "HXPHPicker-dummy.m"; sourceTree = ""; }; + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "MBProgressHUD-prefix.pch"; sourceTree = ""; }; + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMEmbeddedObject.mm; path = Realm/RLMEmbeddedObject.mm; sourceTree = ""; }; + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContextDescriptorType.swift; path = Source/ContextDescriptorType.swift; sourceTree = ""; }; + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = IQKeyboardManagerSwift.modulemap; sourceTree = ""; }; + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MangledName.swift; path = Source/MangledName.swift; sourceTree = ""; }; + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDecimal128.mm; path = Realm/RLMDecimal128.mm; sourceTree = ""; }; + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedDictionary.mm; path = Realm/RLMManagedDictionary.mm; sourceTree = ""; }; + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectStore.h; path = include/RLMObjectStore.h; sourceTree = ""; }; + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmbeddedObject.swift; path = RealmSwift/EmbeddedObject.swift; sourceTree = ""; }; D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Toast_Swift.framework; path = "Toast-Swift.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATouchPoi.h; path = MAMapKit.framework/Headers/MATouchPoi.h; sourceTree = ""; }; - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Debugging.swift; path = Source/Debugging.swift; sourceTree = ""; }; - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItem.h; path = MAMapKit.framework/Headers/MAOfflineItem.h; sourceTree = ""; }; + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUITextFieldView+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUITextFieldView+Additions.swift"; sourceTree = ""; }; + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoTools+File.swift"; path = "Sources/HXPHPicker/Core/Util/PhotoTools+File.swift"; sourceTree = ""; }; + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AppearanceStyle.swift; path = Sources/HXPHPicker/Core/Model/AppearanceStyle.swift; sourceTree = ""; }; + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMCredentials.h; path = include/RLMCredentials.h; sourceTree = ""; }; + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAHeatMapVectorOverlayRender.h; path = MAMapKit.framework/Headers/MAHeatMapVectorOverlayRender.h; sourceTree = ""; }; + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "FSPagerView-Info.plist"; sourceTree = ""; }; + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMDictionary_Private.h; path = include/RLMDictionary_Private.h; sourceTree = ""; }; + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageDownloader.swift; path = Sources/Networking/ImageDownloader.swift; sourceTree = ""; }; D7B60A76AB2757AB9C4625C4A2588E54 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CFNetwork.framework; sourceTree = DEVELOPER_DIR; }; - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerInteractiveTransition.swift; path = Sources/HXPHPicker/Picker/Transition/PickerInteractiveTransition.swift; sourceTree = ""; }; - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BuiltInBasicType.swift; path = Source/BuiltInBasicType.swift; sourceTree = ""; }; - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HexColorTransform.swift; path = Source/HexColorTransform.swift; sourceTree = ""; }; - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQKeyboardManagerConstantsInternal.swift; path = IQKeyboardManagerSwift/Constants/IQKeyboardManagerConstantsInternal.swift; sourceTree = ""; }; - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoEditorViewController+Animation.swift"; path = "Sources/HXPHPicker/Editor/Controller/PhotoEditorViewController+Animation.swift"; sourceTree = ""; }; - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ZLPhotoBrowser-Info.plist"; sourceTree = ""; }; - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DispatchQueue+Alamofire.swift"; path = "Source/DispatchQueue+Alamofire.swift"; sourceTree = ""; }; - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorType.swift; path = Sources/HXPHPicker/Editor/Model/EditorType.swift; sourceTree = ""; }; - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = OtherExtension.swift; path = Source/OtherExtension.swift; sourceTree = ""; }; - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Properties.swift; path = Source/Properties.swift; sourceTree = ""; }; - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImageView.swift"; path = "Sources/HXPHPicker/Editor/Util/Editor+UIImageView.swift"; sourceTree = ""; }; - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "IQUIViewController+Additions.swift"; path = "IQKeyboardManagerSwift/Categories/IQUIViewController+Additions.swift"; sourceTree = ""; }; - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoAsset.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+PhotoAsset.swift"; sourceTree = ""; }; + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = MAMapKit.framework; sourceTree = ""; }; + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Editor+UIImage.swift"; path = "Sources/HXPHPicker/Editor/Extension/Editor+UIImage.swift"; sourceTree = ""; }; + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+CropConfirm.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+CropConfirm.swift"; sourceTree = ""; }; + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AVAsset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AVAsset.swift"; sourceTree = ""; }; + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EmptyViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/EmptyViewConfiguration.swift; sourceTree = ""; }; + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ZLPhotoBrowser-dummy.m"; sourceTree = ""; }; + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.release.xcconfig; sourceTree = ""; }; + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = IQKeyboardManagerSwift.release.xcconfig; sourceTree = ""; }; + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MutableSet.swift; path = RealmSwift/MutableSet.swift; sourceTree = ""; }; + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIColor.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIColor.swift"; sourceTree = ""; }; + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HXPHPicker.swift; path = Sources/HXPHPicker/Core/HXPHPicker.swift; sourceTree = ""; }; + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CustomDateFormatTransform.swift; path = Source/CustomDateFormatTransform.swift; sourceTree = ""; }; + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMProperty_Private.h; path = include/RLMProperty_Private.h; sourceTree = ""; }; DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_LaserMethane.framework; path = "Pods-LaserMethane.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Serializer.swift; path = Source/Serializer.swift; sourceTree = ""; }; - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorSearchMusicView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorSearchMusicView.swift; sourceTree = ""; }; - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMValue.mm; path = Realm/RLMValue.mm; sourceTree = ""; }; - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftyRSA.release.xcconfig; sourceTree = ""; }; - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Dictionary.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Dictionary.swift"; sourceTree = ""; }; - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Combine.swift; path = RealmSwift/Combine.swift; sourceTree = ""; }; - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLInputTextViewController.swift; path = Sources/Edit/ZLInputTextViewController.swift; sourceTree = ""; }; - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-prefix.pch"; sourceTree = ""; }; - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshConfig.h; path = MJRefresh/MJRefreshConfig.h; sourceTree = ""; }; + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ZLPhotoBrowser.modulemap; sourceTree = ""; }; + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SwiftyRSA.h; path = Source/SwiftyRSA.h; sourceTree = ""; }; + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectSchema.h; path = include/RLMObjectSchema.h; sourceTree = ""; }; + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyRSA-umbrella.h"; sourceTree = ""; }; + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLTextStickerView.swift; path = Sources/Edit/ZLTextStickerView.swift; sourceTree = ""; }; + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyRSA.swift; path = Source/SwiftyRSA.swift; sourceTree = ""; }; + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Asn1Parser.swift; path = Source/Asn1Parser.swift; sourceTree = ""; }; + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Hue-dummy.m"; sourceTree = ""; }; + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerPriortizable.swift; path = Source/ConstraintMakerPriortizable.swift; sourceTree = ""; }; + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase.h; path = include/RLMObjectBase.h; sourceTree = ""; }; + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Realm.h; path = include/Realm.h; sourceTree = ""; }; + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapGeoFenceManager.h; path = AMapLocationKit.framework/Headers/AMapGeoFenceManager.h; sourceTree = ""; }; + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLProgressView.swift; path = Sources/General/ZLProgressView.swift; sourceTree = ""; }; + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = MJRefresh.release.xcconfig; sourceTree = ""; }; + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageControl.swift; path = Sources/FSPageControl.swift; sourceTree = ""; }; + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIView.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIView.swift"; sourceTree = ""; }; + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GIFImageView.swift; path = Sources/HXPHPicker/Picker/View/GIFImageView.swift; sourceTree = ""; }; + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftRandom-prefix.pch"; sourceTree = ""; }; + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+ImageData.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+ImageData.swift"; sourceTree = ""; }; + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackFooter.m; path = MJRefresh/Base/MJRefreshBackFooter.m; sourceTree = ""; }; + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectId.h; path = include/RLMObjectId.h; sourceTree = ""; }; E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SwiftyJSON.framework; path = SwiftyJSON.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Kingfisher.release.xcconfig; sourceTree = ""; }; - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMResults.h; path = include/RLMResults.h; sourceTree = ""; }; - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyRSA-Info.plist"; sourceTree = ""; }; - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPointAnnotation.h; path = MAMapKit.framework/Headers/MAPointAnnotation.h; sourceTree = ""; }; - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLThumbnailPhotoCell.swift; path = Sources/General/ZLThumbnailPhotoCell.swift; sourceTree = ""; }; - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPeekViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPeekViewController.swift; sourceTree = ""; }; + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintLayoutGuideDSL.swift; path = Source/ConstraintLayoutGuideDSL.swift; sourceTree = ""; }; + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintInsets.swift; path = Source/ConstraintInsets.swift; sourceTree = ""; }; + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Request.swift; path = Source/Request.swift; sourceTree = ""; }; + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineCity.h; path = MAMapKit.framework/Headers/MAOfflineCity.h; sourceTree = ""; }; E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = MJRefresh.framework; path = MJRefresh.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSTextAttachment+Kingfisher.swift"; path = "Sources/Extensions/NSTextAttachment+Kingfisher.swift"; sourceTree = ""; }; + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+UIImageView.swift"; path = "Sources/HXPHPicker/Picker/Extension/Picker+UIImageView.swift"; sourceTree = ""; }; + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+Editor.swift"; sourceTree = ""; }; + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ComplexTypes.swift; path = RealmSwift/Impl/ComplexTypes.swift; sourceTree = ""; }; E5B7CF15959DB6B77B63CA8C61E64404 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreGraphics.framework; sourceTree = DEVELOPER_DIR; }; - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThreadSafeReference.swift; path = RealmSwift/ThreadSafeReference.swift; sourceTree = ""; }; - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = HXPHPicker.modulemap; sourceTree = ""; }; - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Realm.release.xcconfig; sourceTree = ""; }; - E7161B33544381B40B54B19B8134794A /* Notifications.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Notifications.swift; path = Source/Notifications.swift; sourceTree = ""; }; - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapKit.modulemap; sourceTree = ""; }; - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewController.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController.swift; sourceTree = ""; }; - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshHeader.m; path = MJRefresh/Base/MJRefreshHeader.m; sourceTree = ""; }; - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapKit-umbrella.h"; sourceTree = ""; }; - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerTextViewController.swift; path = Sources/HXPHPicker/Editor/Controller/EditorStickerTextViewController.swift; sourceTree = ""; }; - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACircleRenderer.h; path = MAMapKit.framework/Headers/MACircleRenderer.h; sourceTree = ""; }; - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMQueryUtil.mm; path = Realm/RLMQueryUtil.mm; sourceTree = ""; }; - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditResult.swift; path = Sources/HXPHPicker/Editor/VideoEditResult.swift; sourceTree = ""; }; - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObjectBase_Dynamic.h; path = include/RLMObjectBase_Dynamic.h; sourceTree = ""; }; - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSButton+Kingfisher.swift"; path = "Sources/Extensions/NSButton+Kingfisher.swift"; sourceTree = ""; }; - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SwiftyJSON-umbrella.h"; sourceTree = ""; }; - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMApp.h; path = include/RLMApp.h; sourceTree = ""; }; - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMManagedArray.mm; path = Realm/RLMManagedArray.mm; sourceTree = ""; }; - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPageViewTransformer.swift; path = Sources/FSPageViewTransformer.swift; sourceTree = ""; }; - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSDecimalNumberTransform.swift; path = Source/NSDecimalNumberTransform.swift; sourceTree = ""; }; - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExtendCustomModelType.swift; path = Source/ExtendCustomModelType.swift; sourceTree = ""; }; - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Sources/Networking/SessionDelegate.swift; sourceTree = ""; }; - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FormatIndicatedCacheSerializer.swift; path = Sources/Cache/FormatIndicatedCacheSerializer.swift; sourceTree = ""; }; - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateTrailer.m; path = MJRefresh/Custom/Trailer/MJRefreshStateTrailer.m; sourceTree = ""; }; - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintRelation.swift; path = Source/ConstraintRelation.swift; sourceTree = ""; }; - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackNormalFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m; sourceTree = ""; }; - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Codable.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Codable.swift"; sourceTree = ""; }; - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; - EF690081EAFC25389463A2996F102AFE /* Signature.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Signature.swift; path = Source/Signature.swift; sourceTree = ""; }; - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformType.swift; path = Source/TransformType.swift; sourceTree = ""; }; - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/EditorConfiguration.swift; sourceTree = ""; }; - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "RealmSwift-prefix.pch"; sourceTree = ""; }; - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser_Private.h; path = include/RLMUser_Private.h; sourceTree = ""; }; - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMFindOptions.mm; path = Realm/RLMFindOptions.mm; sourceTree = ""; }; - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLVideoManager.swift; path = Sources/General/ZLVideoManager.swift; sourceTree = ""; }; - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EditorStickerView.swift; path = Sources/HXPHPicker/Editor/View/EditorStickerView.swift; sourceTree = ""; }; - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = IQBarButtonItem.swift; path = IQKeyboardManagerSwift/IQToolbar/IQBarButtonItem.swift; sourceTree = ""; }; - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherError.swift; path = Sources/General/KingfisherError.swift; sourceTree = ""; }; - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAMapKit.h; path = MAMapKit.framework/Headers/MAMapKit.h; sourceTree = ""; }; - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PreviewLivePhotoViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PreviewLivePhotoViewCell.swift; sourceTree = ""; }; - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Defaults.swift; path = Sources/Defaults.swift; sourceTree = ""; }; - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RequestModifier.swift; path = Sources/Networking/RequestModifier.swift; sourceTree = ""; }; - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshFooter.m; path = MJRefresh/Base/MJRefreshFooter.m; sourceTree = ""; }; - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTickView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTickView.swift; sourceTree = ""; }; - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUser.h; path = include/RLMUser.h; sourceTree = ""; }; - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPinAnnotationView.h; path = MAMapKit.framework/Headers/MAPinAnnotationView.h; sourceTree = ""; }; - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMigration.h; path = include/RLMMigration.h; sourceTree = ""; }; - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Picker+PhotoManager.swift"; path = "Sources/HXPHPicker/Picker/Util/Picker+PhotoManager.swift"; sourceTree = ""; }; - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HXPHPicker.debug.xcconfig; sourceTree = ""; }; - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPickerViewController+Editor.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPickerViewController+Editor.swift"; sourceTree = ""; }; - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = AMap.bundle; path = MAMapKit.framework/AMap.bundle; sourceTree = ""; }; - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = "RLMRealm+Sync.mm"; path = "Realm/RLMRealm+Sync.mm"; sourceTree = ""; }; - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FSPagerCollectionView.swift; path = Sources/FSPagerCollectionView.swift; sourceTree = ""; }; - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = MBProgressHUD.modulemap; sourceTree = ""; }; - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Indicator.swift; path = Sources/Views/Indicator.swift; sourceTree = ""; }; + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ClearMessage.swift; path = Source/ClearMessage.swift; sourceTree = ""; }; + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftProperty.h; path = include/RLMSwiftProperty.h; sourceTree = ""; }; + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = HandyJSON.debug.xcconfig; sourceTree = ""; }; + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SwiftyJSON-Info.plist"; sourceTree = ""; }; + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMObject_Private.h; path = include/RLMObject_Private.h; sourceTree = ""; }; + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLGeneralDefine.swift; path = Sources/General/ZLGeneralDefine.swift; sourceTree = ""; }; + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoAsset.swift; path = Sources/HXPHPicker/Picker/Model/PhotoAsset.swift; sourceTree = ""; }; + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshNormalTrailer.h; path = MJRefresh/Custom/Trailer/MJRefreshNormalTrailer.h; sourceTree = ""; }; + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Int+ZLPhotoBrowser.swift"; path = "Sources/Extensions/Int+ZLPhotoBrowser.swift"; sourceTree = ""; }; + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LayoutConstraintItem.swift; path = Source/LayoutConstraintItem.swift; sourceTree = ""; }; + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Runtime.swift; path = Sources/Utility/Runtime.swift; sourceTree = ""; }; + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Property.swift; path = RealmSwift/Property.swift; sourceTree = ""; }; + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+Asset.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+Asset.swift"; sourceTree = ""; }; + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MACustomBuildingOverlay.h; path = MAMapKit.framework/Headers/MACustomBuildingOverlay.h; sourceTree = ""; }; + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIScrollView+MJRefresh.m"; path = "MJRefresh/UIScrollView+MJRefresh.m"; sourceTree = ""; }; + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAArc.h; path = MAMapKit.framework/Headers/MAArc.h; sourceTree = ""; }; + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LinkingObjects.swift; path = RealmSwift/LinkingObjects.swift; sourceTree = ""; }; + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraViewController.swift; path = Sources/HXPHPicker/Picker/Controller/CameraViewController.swift; sourceTree = ""; }; + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAPolylineRenderer.h; path = MAMapKit.framework/Headers/MAPolylineRenderer.h; sourceTree = ""; }; + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransformOf.swift; path = Source/TransformOf.swift; sourceTree = ""; }; + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMDictionary.mm; path = Realm/RLMDictionary.mm; sourceTree = ""; }; + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMultiplierTarget.swift; path = Source/ConstraintMultiplierTarget.swift; sourceTree = ""; }; + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+String.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+String.swift"; sourceTree = ""; }; + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAOfflineItemNationWide.h; path = MAMapKit.framework/Headers/MAOfflineItemNationWide.h; sourceTree = ""; }; + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoListConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/PhotoListConfiguration.swift; sourceTree = ""; }; + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMPlatform.h; path = include/RLMPlatform.h; sourceTree = ""; }; + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerExtendable.swift; path = Source/ConstraintMakerExtendable.swift; sourceTree = ""; }; + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewController.swift; path = Sources/General/ZLPhotoPreviewController.swift; sourceTree = ""; }; + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PickerResult.swift; path = Sources/HXPHPicker/Picker/PickerResult.swift; sourceTree = ""; }; + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ZLPhotoBrowser-prefix.pch"; sourceTree = ""; }; + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationKit.h; path = AMapFoundationKit.framework/Headers/AMapFoundationKit.h; sourceTree = ""; }; + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Hue.debug.xcconfig; sourceTree = ""; }; + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Measuable.swift; path = Source/Measuable.swift; sourceTree = ""; }; + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FSPagerViewObjcCompat.h; path = Sources/FSPagerViewObjcCompat.h; sourceTree = ""; }; + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PublicKey.swift; path = Source/PublicKey.swift; sourceTree = ""; }; + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSBundle+MJRefresh.h"; path = "MJRefresh/NSBundle+MJRefresh.h"; sourceTree = ""; }; + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshBackStateFooter.m; path = MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.m; sourceTree = ""; }; + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Util.swift; path = RealmSwift/Util.swift; sourceTree = ""; }; + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = MBProgressHUD.h; sourceTree = ""; }; + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PropertyAccessors.swift; path = RealmSwift/Impl/PropertyAccessors.swift; sourceTree = ""; }; + F180D075BBA128AC428EEB97A282E849 /* Response.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Response.swift; path = Source/Response.swift; sourceTree = ""; }; + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMMongoClient.mm; path = Realm/RLMMongoClient.mm; sourceTree = ""; }; + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoCroppingConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoCroppingConfiguration.swift; sourceTree = ""; }; + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshAutoFooter.m; path = MJRefresh/Base/MJRefreshAutoFooter.m; sourceTree = ""; }; + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LocalAsset.swift; path = Sources/HXPHPicker/Picker/Model/LocalAsset.swift; sourceTree = ""; }; + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "MBProgressHUD-dummy.m"; sourceTree = ""; }; + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSyncUtil_Private.h; path = include/RLMSyncUtil_Private.h; sourceTree = ""; }; + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMFindOptions.h; path = include/RLMFindOptions.h; sourceTree = ""; }; + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ObjectSchema.swift; path = RealmSwift/ObjectSchema.swift; sourceTree = ""; }; + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSet.h; path = include/RLMSet.h; sourceTree = ""; }; + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleViewConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/AlbumTitleViewConfiguration.swift; sourceTree = ""; }; + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = AMapFoundation.debug.xcconfig; sourceTree = ""; }; + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "SwiftyRSA+ObjC.swift"; path = "Source/SwiftyRSA+ObjC.swift"; sourceTree = ""; }; + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLPhotoPreviewPopInteractiveTransition.swift; path = Sources/Animation/ZLPhotoPreviewPopInteractiveTransition.swift; sourceTree = ""; }; + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+ToolView.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+ToolView.swift"; sourceTree = ""; }; + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = KingfisherOptionsInfo.swift; path = Sources/General/KingfisherOptionsInfo.swift; sourceTree = ""; }; + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+Bundle.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+Bundle.swift"; sourceTree = ""; }; + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = MJRefreshStateHeader.m; path = MJRefresh/Custom/Header/MJRefreshStateHeader.m; sourceTree = ""; }; + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ZLImageNavController.swift; path = Sources/General/ZLImageNavController.swift; sourceTree = ""; }; F76C6D8C1E13838DF738B869A4C5F884 /* CoreMotion.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreMotion.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/CoreMotion.framework; sourceTree = DEVELOPER_DIR; }; + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMUserAPIKey.mm; path = Realm/RLMUserAPIKey.mm; sourceTree = ""; }; + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAGeodesicPolyline.h; path = MAMapKit.framework/Headers/MAGeodesicPolyline.h; sourceTree = ""; }; F84F11B2DDF41A591333DE4732C496F3 /* PhotosUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = PhotosUI.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/PhotosUI.framework; sourceTree = DEVELOPER_DIR; }; - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CameraConfiguration.swift; path = Sources/HXPHPicker/Picker/Config/CameraConfiguration.swift; sourceTree = ""; }; - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+VideoURL.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+VideoURL.swift"; sourceTree = ""; }; - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMSwiftCollectionBase.h; path = include/RLMSwiftCollectionBase.h; sourceTree = ""; }; - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAUserLocation.h; path = MAMapKit.framework/Headers/MAUserLocation.h; sourceTree = ""; }; - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoAsset+Request.swift"; path = "Sources/HXPHPicker/Picker/Model/PhotoAsset+Request.swift"; sourceTree = ""; }; - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftyJSON.swift; path = Source/SwiftyJSON/SwiftyJSON.swift; sourceTree = ""; }; - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */ = {isa = PBXFileReference; includeInIndex = 1; name = RLMSwiftValueStorage.mm; path = Realm/RLMSwiftValueStorage.mm; sourceTree = ""; }; - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = VideoEditorMusicAnimationView.swift; path = Sources/HXPHPicker/Editor/View/Video/VideoEditorMusicAnimationView.swift; sourceTree = ""; }; - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorConfiguration.swift; path = Sources/HXPHPicker/Editor/Config/PhotoEditorConfiguration.swift; sourceTree = ""; }; - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DateFormatterTransform.swift; path = Source/DateFormatterTransform.swift; sourceTree = ""; }; - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "MJRefresh-Info.plist"; sourceTree = ""; }; - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPickerControllerProtocol.swift; path = Sources/HXPHPicker/Picker/Controller/PhotoPickerControllerProtocol.swift; sourceTree = ""; }; - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MJRefreshBackFooter.h; path = MJRefresh/Base/MJRefreshBackFooter.h; sourceTree = ""; }; - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "VideoEditorViewController+Music.swift"; path = "Sources/HXPHPicker/Editor/Controller/VideoEditorViewController+Music.swift"; sourceTree = ""; }; - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSBundle+MJRefresh.m"; path = "MJRefresh/NSBundle+MJRefresh.m"; sourceTree = ""; }; - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMMongoClient.h; path = include/RLMMongoClient.h; sourceTree = ""; }; - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Realm.swift; path = RealmSwift/Realm.swift; sourceTree = ""; }; - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SessionDelegate.swift; path = Source/SessionDelegate.swift; sourceTree = ""; }; - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewSelectedViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewSelectedViewCell.swift; sourceTree = ""; }; - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PhotoPreviewViewController+BottomView.swift"; path = "Sources/HXPHPicker/Picker/Controller/PhotoPreviewViewController+BottomView.swift"; sourceTree = ""; }; + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = AMapFoundationConst.h; path = AMapFoundationKit.framework/Headers/AMapFoundationConst.h; sourceTree = ""; }; + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintMakerRelatable.swift; path = Source/ConstraintMakerRelatable.swift; sourceTree = ""; }; + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ProgressHUD.swift; path = Sources/HXPHPicker/Core/View/ProgressHUD.swift; sourceTree = ""; }; + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIColor+ZLPhotoBrowser.swift"; path = "Sources/Extensions/UIColor+ZLPhotoBrowser.swift"; sourceTree = ""; }; + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "HXPHPicker-Info.plist"; sourceTree = ""; }; + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ImageModifier.swift; path = Sources/Networking/ImageModifier.swift; sourceTree = ""; }; + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Migration.swift; path = RealmSwift/Migration.swift; sourceTree = ""; }; + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "AssetManager+AssetCollection.swift"; path = "Sources/HXPHPicker/Core/Util/AssetManager+AssetCollection.swift"; sourceTree = ""; }; + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AlbumTitleView.swift; path = Sources/HXPHPicker/Picker/View/AlbumTitleView.swift; sourceTree = ""; }; + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = List.swift; path = RealmSwift/List.swift; sourceTree = ""; }; + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MAParticleOverlayOptions.h; path = MAMapKit.framework/Headers/MAParticleOverlayOptions.h; sourceTree = ""; }; + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BasicTypes.swift; path = RealmSwift/Impl/BasicTypes.swift; sourceTree = ""; }; + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoEditorCropToolModel.swift; path = Sources/HXPHPicker/Editor/Model/PhotoEditorCropToolModel.swift; sourceTree = ""; }; + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMRealmConfiguration_Private.h; path = include/RLMRealmConfiguration_Private.h; sourceTree = ""; }; + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Realm-Info.plist"; sourceTree = ""; }; + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = RLMUpdateResult.h; path = include/RLMUpdateResult.h; sourceTree = ""; }; + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "Core+UIViewController.swift"; path = "Sources/HXPHPicker/Core/Extension/Core+UIViewController.swift"; sourceTree = ""; }; + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PhotoPreviewViewCell.swift; path = Sources/HXPHPicker/Picker/View/Cell/PhotoPreviewViewCell.swift; sourceTree = ""; }; + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = FSPagerView.modulemap; sourceTree = ""; }; + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = LanguageType.swift; path = Sources/HXPHPicker/Core/Model/LanguageType.swift; sourceTree = ""; }; + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ConstraintAttributes.swift; path = Source/ConstraintAttributes.swift; sourceTree = ""; }; + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = MATerrainOverlayRenderer.h; path = MAMapKit.framework/Headers/MATerrainOverlayRenderer.h; sourceTree = ""; }; + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Alamofire-prefix.pch"; sourceTree = ""; }; + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIScrollView+MJExtension.h"; path = "MJRefresh/UIScrollView+MJExtension.h"; sourceTree = ""; }; + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "wrapper.plug-in"; name = HXPHPicker.bundle; path = Sources/HXPHPicker/Resources/HXPHPicker.bundle; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1973,16 +1996,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 01BB6987F6DB43097E098C399A337FAB /* Accelerate.framework in Frameworks */, - 4BE093442B83A33DECD0D412EA3B2512 /* CFNetwork.framework in Frameworks */, - 1FA888389ED5208C9056F3F97F7527FA /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 17ABCE542056E880F42E437845119009 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2047,6 +2060,24 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E7DEB74B67FBF7DF47DF80EC31E93DA /* Accelerate.framework in Frameworks */, + B97E5663D9E1F95D4FE6194D2BC62CA0 /* CFNetwork.framework in Frameworks */, + 89C5BF20EAC3567529FC753507484B0E /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 3C47BEF2ACE4A31C511511F5401C3A55 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6102CF7EA55F5A7D669F88BF0D1A701F /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2072,14 +2103,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 875C75A64E44955FFBC1DC70C6814E6B /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7B757F63ABEFE866D599735B10092CF8 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2088,6 +2111,15 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + B1FCC583E1D6E65A79F9FAF84D580C18 /* Foundation.framework in Frameworks */, + 50F8EF04A12F7705246CCC9937231F9A /* UIKit.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 8EA6FB5DAC79EFBC920FED7171FB4CA6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -2134,14 +2166,100 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */ = { + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */ = { isa = PBXGroup; children = ( - CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */, - C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */, + F4C133A880524138B6856D7ED6E9AC12 /* SwiftyRSA+ObjC.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMapFoundation"; + name = ObjC; + sourceTree = ""; + }; + 044486864361409CDEE095D10F228ED6 /* Realm */ = { + isa = PBXGroup; + children = ( + C2F2469BFAFF59CD1239257763693A24 /* NSError+RLMSync.m */, + B2EC6002FE2B3BDD70832D6132EE553C /* RLMAccessor.h */, + 524DAB97C8D0E7EC68E03EE32E89E084 /* RLMAccessor.mm */, + 4E89DF6E244D28E32404C9BAE576B12D /* RLMAnalytics.mm */, + 929669474BCA30F169C0306034662267 /* RLMAPIKeyAuth.mm */, + 72186139051334E1A116596D0188B8D2 /* RLMApp.mm */, + A8F2A8CE4716528B981D9A0F0AC870FD /* RLMApp_Private.h */, + 07C775231A7C081E1EB71A2557975FB7 /* RLMArray.mm */, + 9291DF657ECF2E9FA4AECAD49AF115C2 /* RLMArray_Private.h */, + 5319E6B30A8621831AE432653E26F699 /* RLMBSON.mm */, + 581CA44748C8B185786DC15CEDDB47CB /* RLMClassInfo.mm */, + AEBD6C257E589827E6448BA19CD14A6E /* RLMCollection.mm */, + 62373C0602960EA046EEA09225AAD607 /* RLMCollection_Private.h */, + 06E492FD7E7BCBB3ADABB3E2708A9EA2 /* RLMConstants.m */, + 8DFD637F8FEE01C79769FBAB3BD7277D /* RLMCredentials.mm */, + D461A2C0DAF52EE2A2A01BDD22D3E0EF /* RLMDecimal128.mm */, + EBAB3C0CCE124BCE4FF3DDD91186AC0E /* RLMDictionary.mm */, + D75E4B8E815F9CB1E990372C4AC2BE77 /* RLMDictionary_Private.h */, + 482FC43068EABA024E3C9D0FBDB3E00B /* RLMEmailPasswordAuth.mm */, + D336E1538D0D74971FC56EB5BCB98F57 /* RLMEmbeddedObject.mm */, + 418A1FAC544822355CDD0E43F6FA4041 /* RLMFindOneAndModifyOptions.mm */, + 09D535F5BEC5B241B02BAC8E4CE1E858 /* RLMFindOptions.mm */, + A8871396EDDD1573D9052E799DAF3D02 /* RLMManagedArray.mm */, + D4890392C4AE22FD74658405DE244E1F /* RLMManagedDictionary.mm */, + 033076178454017844C0A9FDDFA190AE /* RLMManagedSet.mm */, + 703707585B2219FBDEA13FA37CB7A127 /* RLMMigration.mm */, + F1ACAB65C6D396F455731B8A1D1FCCD9 /* RLMMongoClient.mm */, + 7E1C8FF26BCCAC80B421E0117C9D02FE /* RLMMongoCollection.mm */, + 8B136FF6168D988472E2D5CF0CA58DD4 /* RLMNetworkTransport.mm */, + 147737A9A6B7707B15CAB08BDBA1E59E /* RLMObject.mm */, + E69EAEE48D959962A629A1F5E801FFA7 /* RLMObject_Private.h */, + 5143A9DE73F640B2A992074ADFA53C0A /* RLMObjectBase.mm */, + AB502C2AAF4FAA517A002FFB3B390D4B /* RLMObjectBase_Private.h */, + 4213E1885C7F38B1A726C1B40657FB26 /* RLMObjectId.mm */, + B62CC97CF1D5075AF1E24BA33DF4AE96 /* RLMObjectSchema.mm */, + A37DDF3113B65C28B5B1FBFAD47A6773 /* RLMObjectSchema_Private.h */, + D5176613206575DB63CD1541DC9C32B9 /* RLMObjectStore.h */, + CCF4C754E7F3FC4D76B11035863F8591 /* RLMObjectStore.mm */, + BC751BC249B74B470638AE680AD06E35 /* RLMObservation.mm */, + 272277F3C6A44238EB6F4CA13A91C406 /* RLMPredicateUtil.mm */, + A9B0957A88F0411F62A6B02F36014DB3 /* RLMProperty.mm */, + DC9CC39581B8298607C6932347916423 /* RLMProperty_Private.h */, + BB7E22A4C923C7457DF21D92371FCA2C /* RLMProviderClient.mm */, + 51233D575BB029C6C8AC20F2B9AB4C3E /* RLMPushClient.mm */, + 0257732CFBBE3E3D6E0CDCF8C751D069 /* RLMQueryUtil.mm */, + 6B490C9EAF0A63B22195E8B07E5B0901 /* RLMRealm.mm */, + ACCE29FA154895B087D9EC1F58CAB868 /* RLMRealm+Sync.mm */, + 2DEED1DF1C2277BA76112CE24AFB5058 /* RLMRealm_Private.h */, + 096E153F59545E1885B42FD195E6B209 /* RLMRealmConfiguration.mm */, + CD515FF889A9661F5DD12919AD90F5BE /* RLMRealmConfiguration+Sync.mm */, + FBB2055F927514F0E499E310E011D1E9 /* RLMRealmConfiguration_Private.h */, + 4EA8EACB7CC4713F6D47CC567C5CB6A6 /* RLMRealmUtil.mm */, + 3B2627E258FF285E8AFCEA9128B9FD88 /* RLMResults.mm */, + B87F6F0CB935D499FF83E430B7B06A2E /* RLMResults_Private.h */, + 518F35B11E3B5922ECC2111CC5AFDB48 /* RLMSchema.mm */, + 128AE9F41A66168C6038E7188EE59608 /* RLMSchema_Private.h */, + 812A4DCFBD824187FDA2F97B4BD56968 /* RLMSet.mm */, + 7B7EA7CD946DDEAA26436863ED11DB97 /* RLMSet_Private.h */, + 95DBFC905533818BA1A2C90029F815C9 /* RLMSwiftCollectionBase.mm */, + E619A1246DECB12A43CB6CC8F1420752 /* RLMSwiftProperty.h */, + 85095BD6DCEDF7042F6D72F508B11B34 /* RLMSwiftSupport.m */, + 85F15B477229F3E89D3AAC04AF941BE2 /* RLMSwiftValueStorage.mm */, + CCFDD7ACC7061DBE31405964FD9AF65D /* RLMSyncConfiguration.mm */, + 4CF04E1F4EA750F2D6449BD6DE68FD1C /* RLMSyncConfiguration_Private.h */, + C7EF7DDBDD7DC9968E5A562E44C488E0 /* RLMSyncManager.mm */, + C4D0A0B93837BD33ADCDDC567F17BB1F /* RLMSyncSession.mm */, + 92099A026ADAD0244E51944274C7CC93 /* RLMSyncUtil.mm */, + F322FB108C5BF5E5D7BC2C60F4ED91B7 /* RLMSyncUtil_Private.h */, + 925BB6B559436D1EFFCF5416629A6024 /* RLMThreadSafeReference.mm */, + 94B610F63B7CA1B00D480CECA86FC04D /* RLMUpdateChecker.mm */, + 766EEE0C26279EEDDB37816690231532 /* RLMUpdateResult.mm */, + 6A82E41AAC0DC2257660D27C8DDF8A76 /* RLMUser.mm */, + 9081AA36640FFACD65ABCCEAD0EA1543 /* RLMUser_Private.h */, + F791E5D612A97FEFD57FBD799BDE88E2 /* RLMUserAPIKey.mm */, + A16638AADDF9A9D91F13A0920E56275D /* RLMUtil.mm */, + 153D0D2CFD7759587FC5560A2A5D1D1E /* RLMUUID.mm */, + 0AA9ACA43A76E687CFC441F2B0770FB5 /* RLMValue.mm */, + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */, + 309FDDB6D68F7586923643CA1318A912 /* Headers */, + D709830C06A2AA88755F8551426229C4 /* Support Files */, + ); + name = Realm; + path = Realm; sourceTree = ""; }; 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */ = { @@ -2152,508 +2270,604 @@ name = "Targets Support Files"; sourceTree = ""; }; - 0603D462403BBF11E082CEDDF6B4E701 /* Products */ = { + 075EED3748D62398375B36006C411DA6 /* Support Files */ = { isa = PBXGroup; children = ( - 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, - 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, - 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, - CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, - B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, - A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, - C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, - 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, - E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, - DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, - 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, - 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, - 979486118B3E90C08386079D57962701 /* SnapKit.framework */, - 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, - E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, - 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, - D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, - BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, - ); - name = Products; - sourceTree = ""; - }; - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */ = { - isa = PBXGroup; - children = ( - A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */, - 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/AMapLocation"; - sourceTree = ""; - }; - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */ = { - isa = PBXGroup; - children = ( - 51FBB79512AFBCC4C83DC70C43E6A3A4 /* ZLPhotoBrowser.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */ = { - isa = PBXGroup; - children = ( - 6D3995819B78686BD0D796919C59F644 /* realm-monorepo.xcframework */, - ); - name = Frameworks; - sourceTree = ""; - }; - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */ = { - isa = PBXGroup; - children = ( - 1E30EC3F0C1942CC743F095DF2B1C6DE /* AMapFoundationConst.h */, - 1E0D674BCD98C33FA7FA0B14ECFBED91 /* AMapFoundationKit.h */, - 25989EB4C2269B853D0529541F294C4A /* AMapFoundationVersion.h */, - 06AE71CB21250DD8F6F33A44671CC855 /* AMapServices.h */, - 43CF676ECF93F908F2AA35A5D85234C5 /* AMapURLSearch.h */, - 69EABF835B54650216FE58FD8EA5A166 /* AMapURLSearchConfig.h */, - 6B9C17D412B84C91028E72B6D409608C /* AMapURLSearchType.h */, - 0D08C5B191D886690500B93A655F2626 /* AMapUtility.h */, - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */, - 012845CD0C70AB90F359D45AA8489E85 /* Support Files */, - ); - name = AMapFoundation; - path = AMapFoundation; - sourceTree = ""; - }; - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */ = { - isa = PBXGroup; - children = ( - BAD3BF6683052424F7156C5BE202BA73 /* MJRefresh.modulemap */, - CFDC7B41E25BB3F44A959E11BBAB8534 /* MJRefresh-dummy.m */, - FC4BE9C0B67A8EF6830C6FB27B91EC2A /* MJRefresh-Info.plist */, - B65B0541D2ADAF93850B26015E4200AA /* MJRefresh-prefix.pch */, - A83E5CCD1DB417B919C170B257F730D9 /* MJRefresh-umbrella.h */, - 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */, - C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/MJRefresh"; - sourceTree = ""; - }; - 41BF278800C367FCF19A35625C90162B /* Support Files */ = { - isa = PBXGroup; - children = ( - C33F8A506B201C23B6FD8DB91A3E1A08 /* Kingfisher.modulemap */, - BE0F49E9EE69813DD5F0189A4021EB4E /* Kingfisher-dummy.m */, - 3EEF355A964678D0563B4E6E1167286B /* Kingfisher-Info.plist */, - 6727F858EBA1DADAAEA73DACBD29FBB4 /* Kingfisher-prefix.pch */, - 632A4DD9C37BF320FB7F81DC111BFDDD /* Kingfisher-umbrella.h */, - 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */, - E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/Kingfisher"; - sourceTree = ""; - }; - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */ = { - isa = PBXGroup; - children = ( - EE03D40E4A551766857613544167A3D1 /* Core */, - 11FF7CE338DE4B8DD597BAF6712F2396 /* Resources */, - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */, - ); - name = ZLPhotoBrowser; - path = ZLPhotoBrowser; - sourceTree = ""; - }; - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */ = { - isa = PBXGroup; - children = ( - 0A77518FE6BF2188255FE2A7A570C12D /* FSPageControl.swift */, - F6D01330A474E1EA6C3064F2611A96BF /* FSPagerCollectionView.swift */, - 55D5C051184FCB3C3A6BF82B991093F3 /* FSPagerView.swift */, - C946F749B6D68B5C5058DDC1D2971225 /* FSPagerViewCell.swift */, - 502CB34BEDCD936DB27DFF0144C41C8C /* FSPagerViewLayoutAttributes.swift */, - BC59221F9A5DDCC64346CDD0935A7085 /* FSPagerViewObjcCompat.h */, - 14059DC94498F368F69C46198C2B63B4 /* FSPagerViewObjcCompat.m */, - 7F6960144E043ED3E7A5E3FACA80558A /* FSPageViewLayout.swift */, - EBE3B309996257EB7193F330C358007A /* FSPageViewTransformer.swift */, - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */, - ); - name = FSPagerView; - path = FSPagerView; - sourceTree = ""; - }; - 4BF4BC6A9ECA8CB5A28161441FE504B2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 30196FD00F007B15D51CBE55EA77ECD1 /* ZLPhotoBrowser.modulemap */, - 5A3689F913DFC3B09AC6C9728C6689D4 /* ZLPhotoBrowser-dummy.m */, - DAFBCED9E45DA8BA8353973F01A7899A /* ZLPhotoBrowser-Info.plist */, - C767C5069BDDCECB96A2D7DD84152EFE /* ZLPhotoBrowser-prefix.pch */, - 7B5A1F78C2736037BD2636137C99C4EA /* ZLPhotoBrowser-umbrella.h */, - 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */, - ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/ZLPhotoBrowser"; - sourceTree = ""; - }; - 51D677C5228A88B12238F11E897214D9 /* Support Files */ = { - isa = PBXGroup; - children = ( - 6A1B7CB23A20C8E241781AFE7DBF5C94 /* SwiftyRSA.modulemap */, - AF857ACD1A9D2C7D72791624C3D0DB5A /* SwiftyRSA-dummy.m */, - E314E0ADBAD082E62F4043DAAC07F069 /* SwiftyRSA-Info.plist */, - 8FEB6B68E5FDD84EA6E1A69047486A35 /* SwiftyRSA-prefix.pch */, - B9CA06BB412149BA55548DA7ED1AE6D9 /* SwiftyRSA-umbrella.h */, - BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */, - DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/SwiftyRSA"; - sourceTree = ""; - }; - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */ = { - isa = PBXGroup; - children = ( - FAEAA7ED5BA31F6275B17F4A6D83331B /* SwiftyJSON.swift */, - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */, - ); - name = SwiftyJSON; - path = SwiftyJSON; - sourceTree = ""; - }; - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */ = { - isa = PBXGroup; - children = ( - 5ED5C15C8657BC990D049E1FDDABA3C3 /* Toast.swift */, - 80B377B4576A80A810C87119C1BE428A /* Support Files */, - ); - name = "Toast-Swift"; - path = "Toast-Swift"; - sourceTree = ""; - }; - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */ = { - isa = PBXGroup; - children = ( - 01EEA47DDEA476E40DC7075C2247C54B /* MJRefresh.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 5FA9655282B29D57E0AA9F148133D07A /* Core */ = { - isa = PBXGroup; - children = ( - 766A136B43E59421218BD59CDC5E4089 /* AppearanceStyle.swift */, - 7DF08662549BEBF5234799E153DDAD3C /* AssetManager.swift */, - F279BB636E02B1D5356957C99EA99BDB /* AssetManager+Asset.swift */, - 4EA81A04402F42FD8F49F98DFCE04149 /* AssetManager+AssetCollection.swift */, - C6DCA4BABF8707265198AE75A8B5A66C /* AssetManager+Authorization.swift */, - BC20F69E2D41D513C6ADC2466977DE3C /* AssetManager+AVAsset.swift */, - 9FF363969234F736F8D9A0F3F525FD69 /* AssetManager+AVAssetExportSession.swift */, - 4C948B21D69F482A8BCC06782483CD12 /* AssetManager+Image.swift */, - 4353F09EFE590BE0F3EBAED9F6E886B8 /* AssetManager+ImageData.swift */, - 83208AD3D825C4DB0B11DEB949B0B31E /* AssetManager+ImageURL.swift */, - 24754BD2D7B720961FCA321DDDAA119F /* AssetManager+LivePhoto.swift */, - 39C6F1D74D366B054364CC2966B44413 /* AssetManager+LivePhotoURL.swift */, - F898CD5924A5457C6F3F7C3966816CF0 /* AssetManager+VideoURL.swift */, - 13251ED1C0AE332CD9FA1D504179058D /* BaseConfiguration.swift */, - 758A2D39E83F67E8C0E88079B350C83C /* BaseViewController.swift */, - 03D79D5CF2DE04CC105B6D5B3DCACB68 /* Core+Bundle.swift */, - 578832C6C92400F2B2C4577E3B14991A /* Core+CALayer.swift */, - 35794CB739848DEA30D0183605456DE3 /* Core+Data.swift */, - DFDAF7AF924E3D5A39DEF36F67434D71 /* Core+Dictionary.swift */, - 00D8D3CBEFE3FC6830AA75CC19AE09BA /* Core+DispatchQueue.swift */, - 3C38B1CBABEDA536D872CE4F33CBED4C /* Core+PHAsset.swift */, - 9AAE2BC5F37CF88F3BFBE58340699C7C /* Core+PHAssetCollection.swift */, - 0008DDB3E1C7D1D908EA9A79BF8E0D72 /* Core+String.swift */, - 852ECAC2F5D976E9EDEA8E1283D884AB /* Core+UIColor.swift */, - D48AC309F44CD08339760E43A05B1652 /* Core+UIDevice.swift */, - C12C1A99E2F361DEEDDB50804180CA36 /* Core+UIFont.swift */, - 08B282B708D2C8435A8F07169D2D25DD /* Core+UIImage.swift */, - CA27DF7F2852B39DE0B85C396E7998E9 /* Core+UIImageView.swift */, - 4B5393903F0CE08430B732D547430844 /* Core+UIView.swift */, - FA0CEA110DC3D439C94E40C30C60D3C0 /* Core+UIViewController.swift */, - 48F87C112A144F14961FBFE7A0C2956B /* Core+URL.swift */, - 208661BAC0CC252DFD9257A1B26BD501 /* CustomLanguage.swift */, - D2AA4B2FB4B6EE8B295ABCAAF9A4587C /* HXPHPicker.swift */, - B927E83D99FC6E6D1CDB9A3D5CF3FB0B /* ImageContentType.swift */, - 6718443C4CB43F5FF5D4B601D9E2628D /* LanguageType.swift */, - 2A2E960493EBC64FF80007F7E12B94C0 /* LivePhotoError.swift */, - C916731502DD82CBD092CC6F6AF2E187 /* PhotoError.swift */, - 6EC4F12C4423CD5554EDF2BB3F569261 /* PhotoManager.swift */, - 1F724205AE3B226D04770E30F6F2E0C6 /* PhotoManager+Audio.swift */, - 20CD06AC9D7E96CDFCFBBFBE9E232E07 /* PhotoManager+Download.swift */, - 4E06A21FF33A9B6EBF8463B8610637A7 /* PhotoManager+Language.swift */, - 995315BBB6957DD66D2F337385C83585 /* PhotoPanGestureRecognizer.swift */, - 082FA9D62955528DC6B0FC402B6A39DE /* PhotoTools.swift */, - B5ED06F5B0973E69004D53BB581373FC /* PhotoTools+File.swift */, - BC432806C1DD6310FEE2827037639770 /* ProgressHUD.swift */, - 7BD9A329D7975F9991C9B4FB01E6C746 /* ProgressImageView.swift */, - 48AF82C474428BDC7D15D3D3032ADA6E /* SelectBoxConfiguration.swift */, - 274C71F01F1BDAE67524451C36882FE8 /* SelectBoxView.swift */, - 5AB7097DC24A5ACFA66087FDD50CF781 /* VideoPlayerView.swift */, - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */, - ); - name = Core; - sourceTree = ""; - }; - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */ = { - isa = PBXGroup; - children = ( - 294CC5C00A798A332F65070A5BF03C1E /* AnyExtensions.swift */, - DA3F1D57EACE366A6BB4050CEA913594 /* BuiltInBasicType.swift */, - 39FE62E349ED85887F8C72B5015598B4 /* BuiltInBridgeType.swift */, - 655FAF508F1FB0B8524278B8CAD62532 /* CBridge.swift */, - 44A1B55B52F3634DEBB9B57922C1F82F /* Configuration.swift */, - 5F085F38A05AA80229586FD399E5265B /* ContextDescriptorType.swift */, - 38F04490065BDC8C6F426C80A5AD32B0 /* CustomDateFormatTransform.swift */, - 99C1465AFCC0C60BCA1EF16C952124EB /* DataTransform.swift */, - FBD34653A3B3E7631CD35884B0704ABD /* DateFormatterTransform.swift */, - 263B3424FCCEB5FE1E3A419FBD5F68B8 /* DateTransform.swift */, - 0B347AE799640F4861D3DA7076EAEE42 /* Deserializer.swift */, - 9CFC2CBCF3D99DF2C8E33E5DC2937103 /* EnumTransform.swift */, - 66A0B712542EDB623343ED320FEB692F /* EnumType.swift */, - 83E73486615A8F3CCD00E62C2F801946 /* Export.swift */, - 1038975ED1B5455990937AC39D3C564B /* ExtendCustomBasicType.swift */, - EBFD6B012ECFC718201D36E487A74EDF /* ExtendCustomModelType.swift */, - 62252981A216F712CB07D99158B03321 /* FieldDescriptor.swift */, - D15B7A976B42D8232E448BAB6FEA04B2 /* HandyJSON.h */, - 25E58E9D6E668E008D3C489CC2CAB4D4 /* HelpingMapper.swift */, - DA51D668FEDE8E5697A5BD608D99CD2C /* HexColorTransform.swift */, - 4D18D22E9B668F68A647D7D7A7B0F7FE /* ISO8601DateTransform.swift */, - 051833B3467A07ABD95CD01F5F1E1893 /* Logger.swift */, - ADAC43F6ECA14FBB855B34A94787047C /* MangledName.swift */, - 18259DCA4D9335DAA6871BBA6C27A2D7 /* Measuable.swift */, - 5693D6AC4F6A00D61A6772B7D6BD4B7C /* Metadata.swift */, - EBF7C2BFB70764A9E6A305C28AA21EA3 /* NSDecimalNumberTransform.swift */, - DBD49FFBB8FD3103D765B9090F5E8063 /* OtherExtension.swift */, - A2A103A96349E36354F0D730009E9944 /* PointerType.swift */, - DBE1964580283A01E79262CF081E6FA7 /* Properties.swift */, - D1C4D95456810A297AAB74857B6CA24B /* PropertyInfo.swift */, - C3358003BCFD0E97137B51663D536288 /* ReflectionHelper.swift */, - DE366AEF8459C5B1B0A5155DCA337B2E /* Serializer.swift */, - B5A358A190AECBDE78C9CC76073E364B /* Transformable.swift */, - EF67C10BEC195D95128E0276CB9547A7 /* TransformOf.swift */, - EFE3AB3369D57C582B4CC15C5E361DCA /* TransformType.swift */, - AB81DC49D16D0624A28BB07E28146379 /* URLTransform.swift */, - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */, - ); - name = HandyJSON; - path = HandyJSON; - sourceTree = ""; - }; - 602D3C983F0CB1811F8F958C7EBE21B7 /* Support Files */ = { - isa = PBXGroup; - children = ( - 3C0FE23ADBE35ACCF0610023312B6045 /* SwiftyJSON.modulemap */, - 9084A80DBDEC46772F52410CBC53CAFB /* SwiftyJSON-dummy.m */, - 79E5DE30721E687ECDC51D8297BE8265 /* SwiftyJSON-Info.plist */, - E1A332AA6DF8B2379F245776574C8274 /* SwiftyJSON-prefix.pch */, - EABC7B99A4066C795C4904C7AA5E83FC /* SwiftyJSON-umbrella.h */, - AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */, - C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */, + C8183C6382BC73AE428F5F9743697D31 /* SwiftyJSON.modulemap */, + 97B27C8126DB38AA267F66A76F03E382 /* SwiftyJSON-dummy.m */, + E65117CB64F0E7F0B53D1AAE097632CF /* SwiftyJSON-Info.plist */, + 603151C0CD11272685E9B503AD1E0FCC /* SwiftyJSON-prefix.pch */, + 3987219D11589D0265AE38ECAE2111ED /* SwiftyJSON-umbrella.h */, + 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */, + 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/SwiftyJSON"; sourceTree = ""; }; - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */ = { + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */ = { isa = PBXGroup; children = ( - 8B17FF18D28520539858B17279613177 /* AMapLocationKit.framework */, + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */, + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */, + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */, ); - name = Frameworks; + name = ZLPhotoBrowser; + path = ZLPhotoBrowser; sourceTree = ""; }; - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */ = { + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */ = { isa = PBXGroup; children = ( - 54B136EA3E721862085E94139784F3E8 /* AFError.swift */, - 3551394A99BEB712715C086387BE6520 /* Alamofire.swift */, - DAFC6FDF5B092F7DF1C115BE63D3956A /* DispatchQueue+Alamofire.swift */, - 1152C43AB8D1081C40FC912769D30223 /* MultipartFormData.swift */, - 4A2653027E1B76F6B4EFA5B81ABFCEC0 /* NetworkReachabilityManager.swift */, - E7161B33544381B40B54B19B8134794A /* Notifications.swift */, - 9A7FFA648DC193E10719C099EFC7EB1C /* ParameterEncoding.swift */, - 53759233869D5C938A0D57CCBD66825F /* Request.swift */, - 816E9D5DB13D9C951B211A4C26AF6E52 /* Response.swift */, - 074072D50AC108A35E8213DC966FDCA7 /* ResponseSerialization.swift */, - C1387E860291583195B619E8719BE9BD /* Result.swift */, - 33157E6F166045F8259AED6EC0247ACC /* ServerTrustPolicy.swift */, - FF631F2AF801A75FBB1F6C4763D3C246 /* SessionDelegate.swift */, - 73D01C5D374436B2A66D9B4C10B1728C /* SessionManager.swift */, - 00A9669B0528D2E31DC525F8057CFE37 /* TaskDelegate.swift */, - BBA147F118002501108F08BFC2B61987 /* Timeline.swift */, - 4B614CE0B8B52FF1A3DD0EF1AF00991A /* Validation.swift */, - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */, - ); - name = Alamofire; - path = Alamofire; - sourceTree = ""; - }; - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */ = { - isa = PBXGroup; - children = ( - CABAB6BE88251C0C713456BFF27AFA13 /* MJRefresh.h */, - 40D35A0C02F6DEDBAA255EDB92AEDCC2 /* MJRefreshAutoFooter.h */, - E45BCE4C6922317B5EDF828B2245D420 /* MJRefreshAutoFooter.m */, - 5AB2FF41D1585B29F675976D00C3BA40 /* MJRefreshAutoGifFooter.h */, - 344DAC414DE3FBED0B91FB27EDEBBF77 /* MJRefreshAutoGifFooter.m */, - 7484836980629856E043E5C020800909 /* MJRefreshAutoNormalFooter.h */, - B8E475CC5182C0BA30FA36721B0D8DED /* MJRefreshAutoNormalFooter.m */, - 4A524B2545E361E3B7374238B294DC55 /* MJRefreshAutoStateFooter.h */, - 68EC773EC95024B8506C32F7B6CCFA75 /* MJRefreshAutoStateFooter.m */, - FCDC18F56AA6331E0878994786087E39 /* MJRefreshBackFooter.h */, - 13E1D9628295390766C603E0E7659501 /* MJRefreshBackFooter.m */, - C193D11EBDD1D8C85AD8EB3AB9569329 /* MJRefreshBackGifFooter.h */, - D1EA20EEFC11E7C6CF680D52DEFD7F4F /* MJRefreshBackGifFooter.m */, - 82657B1F45778433F4570573098EE6D6 /* MJRefreshBackNormalFooter.h */, - EF42C4C223F86F9E8BD6DDDD26470486 /* MJRefreshBackNormalFooter.m */, - 7688437BF845CF5D3A7765FC2D8B988B /* MJRefreshBackStateFooter.h */, - D27DEB3139CF9C1BC62C112677EA0E18 /* MJRefreshBackStateFooter.m */, - 923733C6C38D74AA116A741422016747 /* MJRefreshComponent.h */, - 378685502D0553151EF4C6DBCD34AD72 /* MJRefreshComponent.m */, - E1DD45CAE7BC1D7783473AB7169EB8B5 /* MJRefreshConfig.h */, - 4AF74712C932527774F443E875752427 /* MJRefreshConfig.m */, - ACF029C00A1FABA8FFDADF53B10A0F03 /* MJRefreshConst.h */, - 4ADC1A34043EB07C4225D7424B489DBC /* MJRefreshConst.m */, - 96A2994FE6F100BB201B17F4DAB8D928 /* MJRefreshFooter.h */, - F4D788E5C95D00997FFF82FA3E109A06 /* MJRefreshFooter.m */, - 1C697F1AA14E969F8F0A5521648651DA /* MJRefreshGifHeader.h */, - 6B9D95B1F03B4DF3C7C91CCCFF0942C1 /* MJRefreshGifHeader.m */, - 61AB3900B8DC1F74DD8CFD0EB0D33A2A /* MJRefreshHeader.h */, - E7E1954832C5BBEBC70E8A0BB3A3D4EA /* MJRefreshHeader.m */, - AB3277A196AC509D75261E5CD06286EE /* MJRefreshNormalHeader.h */, - 1E79BF243DB8A0BB8FD26C2DBB847838 /* MJRefreshNormalHeader.m */, - 5035BC5EB000FB36BBFDBD91A7A035CA /* MJRefreshNormalTrailer.h */, - 7BFD115CB47A7DD6D16CD865AB4601AA /* MJRefreshNormalTrailer.m */, - 1B14E80D4F5E510BEF152C2D3C35A952 /* MJRefreshStateHeader.h */, - 103155E767389287F980B99E703CB935 /* MJRefreshStateHeader.m */, - 1FC8BABA63282DB3E86C51823E6603A2 /* MJRefreshStateTrailer.h */, - ED9A6C02D5243AE78732780127038916 /* MJRefreshStateTrailer.m */, - 8127840E3EF50E32CE12D660D47B4CD8 /* MJRefreshTrailer.h */, - 68F3D76632B7D198863961E68D9122B2 /* MJRefreshTrailer.m */, - F36071D69A968691C0ECA7BFD6A946C6 /* NSBundle+MJRefresh.h */, - FD434A41D5FC99A768502DE89502D684 /* NSBundle+MJRefresh.m */, - 81195D485EB1D21E8FF5C6FB00BCD9E3 /* UIScrollView+MJExtension.h */, - 41FD6303CCD550B0A3CE17162B6D5F83 /* UIScrollView+MJExtension.m */, - 77C57721B378F42017434097695D35BE /* UIScrollView+MJRefresh.h */, - CD49A6CE547D26F46FDDA78570272F7D /* UIScrollView+MJRefresh.m */, - 400E3F71E174795F742A1E5F07785448 /* UIView+MJExtension.h */, - 9FD7491E7C6F9CDE0BF478B92190009D /* UIView+MJExtension.m */, - 5CB13FB4B366826BFBE5A3ACAADF5B2B /* Resources */, - 40BAC32F997BA208886848C77B7FAB14 /* Support Files */, - ); - name = MJRefresh; - path = MJRefresh; - sourceTree = ""; - }; - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */ = { - isa = PBXGroup; - children = ( - 1A4CCC2DE8F77E81CB52F54A59A2A141 /* Randoms.swift */, - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */, - ); - name = SwiftRandom; - path = SwiftRandom; - sourceTree = ""; - }; - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */ = { - isa = PBXGroup; - children = ( - A549BFC70010F5150146AE0A4EBAF14F /* AMapGeoFenceError.h */, - 08D0974384E6BC08C10C3C8DC19EF5E8 /* AMapGeoFenceManager.h */, - 845311AAF08A990F4006C580B1A936EC /* AMapGeoFenceRegionObj.h */, - 01D7A18777652383D7C49B42171FF07E /* AMapLocationCommonObj.h */, - 20E00B80559B7657D8F29E5D4373D9D8 /* AMapLocationKit.h */, - 9E5A1F8780E0532CAA651EEB2FC0E421 /* AMapLocationManager.h */, - 56986CBCC0949775D16472AB6F43D137 /* AMapLocationRegionObj.h */, - C3167375C40A838596FC994429FE213C /* AMapLocationVersion.h */, - 614EEB1E2E9876502A0F198AA9A6BE66 /* Frameworks */, - 0B02E9837FC83F63BAE0032075D3B432 /* Support Files */, + 899F4606C79A0AFFBFA55EDE98A1C458 /* AMapGeoFenceError.h */, + DF97E672ACF68495410ED0F76BC80114 /* AMapGeoFenceManager.h */, + CD2427A9CB0BA57B3B65ABE69D45F877 /* AMapGeoFenceRegionObj.h */, + 9591CC5F7C1C30AC7E25D6FFC8CDE88D /* AMapLocationCommonObj.h */, + 544501561BCADE1DD3D0AFB48E77B37F /* AMapLocationKit.h */, + 2D190C281C0F2B8C417247EB774D709C /* AMapLocationManager.h */, + 2988030B64D297A7B6B15E7C56E74AA3 /* AMapLocationRegionObj.h */, + 261CFC54229D1BCDB3AF7D64483C6156 /* AMapLocationVersion.h */, + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */, + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */, ); name = AMapLocation; path = AMapLocation; sourceTree = ""; }; - 80B377B4576A80A810C87119C1BE428A /* Support Files */ = { + 189374A009E784B9202BBE9C2714CB25 /* Resources */ = { isa = PBXGroup; children = ( - 5E0A5D1319071A08A1DE422E751FE6DB /* Toast-Swift.modulemap */, - 94D0967ABB289D7D58E36C232C02B922 /* Toast-Swift-dummy.m */, - 6BBCBB226CC315E4259DDB7DA0DD3AFD /* Toast-Swift-Info.plist */, - A784B28312A806470BCAEFF920E01B21 /* Toast-Swift-prefix.pch */, - 46582B761F57BB9F20EACDE4207684E2 /* Toast-Swift-umbrella.h */, - 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */, - 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */, + FFFA9A8D05DD3A3C44992282F490F968 /* HXPHPicker.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */ = { + isa = PBXGroup; + children = ( + 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */, + C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMap3DMap"; + sourceTree = ""; + }; + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */ = { + isa = PBXGroup; + children = ( + F09A6F7596F77C513AC5367495A2CCCB /* MBProgressHUD.h */, + 29703F269359B38991ECB8D95AD2EAB8 /* MBProgressHUD.m */, + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */, + ); + name = MBProgressHUD; + path = MBProgressHUD; + sourceTree = ""; + }; + 1FB5E38370A6DF31814E34A6D4CAA439 /* Resources */ = { + isa = PBXGroup; + children = ( + 04C8754AFCB0FC43861D59533129D854 /* ZLPhotoBrowser.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */ = { + isa = PBXGroup; + children = ( + 150102FB592C67B6CA7573EE52F80C46 /* Randoms.swift */, + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */, + ); + name = SwiftRandom; + path = SwiftRandom; + sourceTree = ""; + }; + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */ = { + isa = PBXGroup; + children = ( + 57CFEFED64C4A787AB17CA7C3A463435 /* DefaultsKit.modulemap */, + 5B2BFEAD622715362AD7A23E0EEB5A2F /* DefaultsKit-dummy.m */, + 4B9F78BA08704D0A97952DC0F350B353 /* DefaultsKit-Info.plist */, + 4F855D1CAE699847FD68F3DA7B728C21 /* DefaultsKit-prefix.pch */, + 78BD01BCB22E571017FCF0208BF51797 /* DefaultsKit-umbrella.h */, + 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */, + A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/DefaultsKit"; + sourceTree = ""; + }; + 299AE26AF269F671D081CABA9954DB1A /* Support Files */ = { + isa = PBXGroup; + children = ( + A469D73D7B991C6E32F493E099FC1608 /* Kingfisher.modulemap */, + 3A45799F341DE568750A6915AD4DCB92 /* Kingfisher-dummy.m */, + 5718D19041F9C55CF4CC597A7DC8D5D2 /* Kingfisher-Info.plist */, + 4FFDDF0BFAA07876D05E1C5B966B4588 /* Kingfisher-prefix.pch */, + 2E0F057A6117D8AB4057D1D0FA1999AE /* Kingfisher-umbrella.h */, + 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */, + 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Kingfisher"; + sourceTree = ""; + }; + 309FDDB6D68F7586923643CA1318A912 /* Headers */ = { + isa = PBXGroup; + children = ( + 15AE08C474BABCDE1AAC793D066A19D6 /* NSError+RLMSync.h */, + DF89B5AED4CA710325C8A2DEF6CECF45 /* Realm.h */, + D006CCDB1656ED6F86E7FABD90CCA388 /* RLMAPIKeyAuth.h */, + 3575F7163A252905168D426885964352 /* RLMApp.h */, + 280117BE87D5B917C2715BB721E2516D /* RLMArray.h */, + 2B7388B700E424BF5C1383DC9D77A0CB /* RLMBSON.h */, + 97E6212D440750AF200B793A5BA8E67E /* RLMCollection.h */, + 1B4B8EA471F594C3AB3E41CF4186580F /* RLMConstants.h */, + D6ACD33A99EB53333003BF4890488D60 /* RLMCredentials.h */, + 5256CF036891D800DEB88AB3DD436D77 /* RLMDecimal128.h */, + 7800DBA15FD5ECEF4968B928BEF64975 /* RLMDictionary.h */, + 4719182545CB85727B0EE1A7CD2D4B40 /* RLMEmailPasswordAuth.h */, + 8532592F13E9966F1117F00050F0B46C /* RLMEmbeddedObject.h */, + 61A7A1CE2A89FF5EC3BDB187BCAC90FE /* RLMFindOneAndModifyOptions.h */, + F32BCAAB857DE746FF5996D0D65D98AF /* RLMFindOptions.h */, + 2B17C8BD6C521C81860D907F98A2470F /* RLMMigration.h */, + 037F140D74EC0A8415A48A5732A209C9 /* RLMMongoClient.h */, + C6A7F11604EDEA1D0CA00FDD961F72F9 /* RLMMongoCollection.h */, + 34DEB317C427A51B9529B7510E737A09 /* RLMMongoDatabase.h */, + 9B7F5A9B752629E4069C4DDB010AF898 /* RLMNetworkTransport.h */, + 1D8FC5A5A27103F8BED28B1252E37EF3 /* RLMObject.h */, + DF7AAEE464769DEA841EAB3D123B5624 /* RLMObjectBase.h */, + 6484D9FCCBFAFCECE8E987C32712373B /* RLMObjectBase_Dynamic.h */, + E1DC1FB878914095A6B42DBE1F1A0CE6 /* RLMObjectId.h */, + DE149665408D91A432EDFDE341CF46A0 /* RLMObjectSchema.h */, + ECDBC54F48F2E26CC1E86CD75438FA2E /* RLMPlatform.h */, + 0BE7D01F9EB5A7AC7C5BD286FA9885AF /* RLMProperty.h */, + ACEDFADDC8D10D5CD7504CE1A1338126 /* RLMProviderClient.h */, + BEF7F0DFE1D27E4E004F0C6840165511 /* RLMPushClient.h */, + 9BAA2D16A5B0C554A1ABE6B4B0BE7692 /* RLMRealm.h */, + 0E2C0688FD925FBC710386DD0D0D3B43 /* RLMRealm+Sync.h */, + CE74DA93EB40D501797FB0735BB837B4 /* RLMRealm_Dynamic.h */, + 982CB42737D6F630541BDDFBD20F60B1 /* RLMRealmConfiguration.h */, + 5B27AFBED436C2942FF816E0397BB123 /* RLMRealmConfiguration+Sync.h */, + 93692C099985B926D4FBF8B303161A10 /* RLMResults.h */, + B91C84D71AE2ECF7B5095A845172E852 /* RLMSchema.h */, + F47DDFBEA777B22E4A62435F316E056D /* RLMSet.h */, + 1FF89F956E7B54B993FB43B2DB0BCEE4 /* RLMSwiftCollectionBase.h */, + 97404035DBAAA39BD990632792AE69D0 /* RLMSwiftValueStorage.h */, + 401E0082FBD6AD23802741A4AAEA7937 /* RLMSyncConfiguration.h */, + 2FE5EF40D587FBFBA812579E84383F9E /* RLMSyncManager.h */, + 111B61F1104EC27037A3EB06BBBDA3A3 /* RLMSyncSession.h */, + AEF1219E9A0D25439E143AE218D47176 /* RLMSyncUtil.h */, + 9E63D236BFAD5AFB971A9D23B9432825 /* RLMThreadSafeReference.h */, + FD354EC094BEC259C88A99EA0BEF3B4F /* RLMUpdateResult.h */, + 0CAB57041715CD9BB4DCBEB008CAE71A /* RLMUser.h */, + 27695F6D6D9A032F1CBB344AEB7E611F /* RLMUserAPIKey.h */, + 275144AF631D694DF1365882D20320DD /* RLMValue.h */, + ); + name = Headers; + sourceTree = ""; + }; + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */ = { + isa = PBXGroup; + children = ( + 4B0C88BB2AD9ABC2F1B3456C788A955A /* AMapFoundationKit.framework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */ = { + isa = PBXGroup; + children = ( + 2EE260A26FDE5471A8B328E4513DF098 /* Constraint.swift */, + FE6B184181565C36C560621E763B0C23 /* ConstraintAttributes.swift */, + B70687C6AEDAEDDE605D09F36D3A5095 /* ConstraintConfig.swift */, + BBD5AFB2EF4F487320AAA7FA1E326A5F /* ConstraintConstantTarget.swift */, + 96F4F770605476BFA8834183F26742D6 /* ConstraintDescription.swift */, + C78EA28B82CC9664FD4A7712E58582D1 /* ConstraintDirectionalInsets.swift */, + BB99F94BB212B0AEF2CE1EEB01D77AF2 /* ConstraintDirectionalInsetTarget.swift */, + 7FD42E205FDF62BBD3FF36E7FA59AC72 /* ConstraintDSL.swift */, + E3AF23F941C8AD932502C6012966F8B2 /* ConstraintInsets.swift */, + 708503D5F40E85232F2D5362BB98A170 /* ConstraintInsetTarget.swift */, + BB8D4EA922E492C07DF1193848F04ECC /* ConstraintItem.swift */, + 693FCF165A86738312D6A6FEA83E4A96 /* ConstraintLayoutGuide.swift */, + 6A71458B69F4FF12EC2E4379A8585F8E /* ConstraintLayoutGuide+Extensions.swift */, + E2D035DA187064E7A25EB42364B5F04F /* ConstraintLayoutGuideDSL.swift */, + 8013AECCE9111362E572F867BDE9D387 /* ConstraintLayoutSupport.swift */, + B0C492C5C476C8A975AD0A3CFCAE2579 /* ConstraintLayoutSupportDSL.swift */, + 59A900E7235896BDF9A81A3332913259 /* ConstraintMaker.swift */, + C4EB1E326BC2248EBA719551B3A9D125 /* ConstraintMakerEditable.swift */, + ED27D5BE7ADD5F33E2B145635D5A3494 /* ConstraintMakerExtendable.swift */, + 8FAF6CE40566002EA05C98929443AE50 /* ConstraintMakerFinalizable.swift */, + DF1DDB72D82740E46E8B4A29F9BCB473 /* ConstraintMakerPriortizable.swift */, + F8E2AF1B83D2C33E3B5D415BD6EB509B /* ConstraintMakerRelatable.swift */, + EBB82A6E4929D39FF31C7CB1BBEECB25 /* ConstraintMultiplierTarget.swift */, + 51ACF142257D2E6A278C7A8F90EEF002 /* ConstraintOffsetTarget.swift */, + 55E8B923FF1D4205BC8DAD12259014B4 /* ConstraintPriority.swift */, + 81E4104A3D4789841B210C601618F885 /* ConstraintPriorityTarget.swift */, + B1485AD8D3EDEC1B23BBD655752FC13F /* ConstraintRelatableTarget.swift */, + 55E38D5215ED7B1D37B51DC571974214 /* ConstraintRelation.swift */, + 9A78E0F79F73A593DDB2EBAE65559C53 /* ConstraintView.swift */, + 8D5ADE5BDBCAE99862984786906F6891 /* ConstraintView+Extensions.swift */, + A76EB3CBBEC4D0629337F523C1ED90F5 /* ConstraintViewDSL.swift */, + 227F5E5623774034E57388B761104C08 /* Debugging.swift */, + 8012240F23C02F23A10EB5C398D553E0 /* LayoutConstraint.swift */, + E969D671DCD0185AD4A96021A3258F22 /* LayoutConstraintItem.swift */, + 6986749B063C7EFEE86171E3A0487366 /* Typealiases.swift */, + 666F7A552C4A58EA4F37B7B2FE40F80D /* UILayoutSupport+Extensions.swift */, + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */, + ); + name = SnapKit; + path = SnapKit; + sourceTree = ""; + }; + 384B382EF1DC11FE6E90F24C2B821224 /* Core */ = { + isa = PBXGroup; + children = ( + D6831CCBE8380D877F3E8EE73E5D00DA /* AppearanceStyle.swift */, + 0A80C284E559A4F1CDF8ABE4A8E4568A /* AssetManager.swift */, + EA138B17AAEC020540F86B3E9F01D7DF /* AssetManager+Asset.swift */, + FA3A3D5CE4DADE775E3371BEC6648B93 /* AssetManager+AssetCollection.swift */, + C1BE6C5AA48F47F59AF9B2BE434E485C /* AssetManager+Authorization.swift */, + D906693D8716666B7152CC43EE6F4B59 /* AssetManager+AVAsset.swift */, + BD69CA44F05C6F37A78F2F674D9FECB7 /* AssetManager+AVAssetExportSession.swift */, + CE24790FDA700AEBADE15DA434C31301 /* AssetManager+Image.swift */, + E1D2A97AB3C1587D88399190CFED3203 /* AssetManager+ImageData.swift */, + 94A717D7FD853D10B2F1235ACF7B000B /* AssetManager+ImageURL.swift */, + B01681ACC0C6543283C23F2C2F4C4379 /* AssetManager+LivePhoto.swift */, + 974A791898F85635900178A5A00A8EA8 /* AssetManager+LivePhotoURL.swift */, + E6BA11517C9B1CFECC986D2AE3A6CB50 /* AssetManager+VideoURL.swift */, + 012EBF3E9C978DD48D01AD845B37A270 /* BaseConfiguration.swift */, + 13126EE04D6F03875A548D90AB3C9817 /* BaseViewController.swift */, + F6921C375A9526ED1D7A1D781920034C /* Core+Bundle.swift */, + 16F13C4C2A8C337AB9CAC7FE4C379BC9 /* Core+CALayer.swift */, + 40E5989F382F9BA62793373437F1DFA4 /* Core+Data.swift */, + 543AA0761D57640A5844B11C31A1BB88 /* Core+Dictionary.swift */, + C5829ACE799C9DA135F8CA96D3B2A682 /* Core+DispatchQueue.swift */, + 86D76DCDE850394C607C9C17752F466E /* Core+PHAsset.swift */, + 0C0B6F8EA19291137DA0738F78EBCA07 /* Core+PHAssetCollection.swift */, + EC4EDE06E950BA1E40BA05C34EBED7EF /* Core+String.swift */, + DB1AD997D24CADABBF5A681744328FBE /* Core+UIColor.swift */, + 0F04A37E9021C83705E1C603D002C48D /* Core+UIDevice.swift */, + AAA7148DE535081A3A99E6266EF37C8E /* Core+UIFont.swift */, + 698F74E87CC0BEB0F9272496DB3D516E /* Core+UIImage.swift */, + BC3F8BC434AD49C11FBB8F8E1263B7B9 /* Core+UIImageView.swift */, + E0D9075E34B366FA78F4715E897BF5DD /* Core+UIView.swift */, + FD4140F4C8A55D554747AB8410563BD8 /* Core+UIViewController.swift */, + 3DDAB7D41E8D6B1DD4A6C6CC48264098 /* Core+URL.swift */, + 680A42D78E3FD84F4D904042A1880A9C /* CustomLanguage.swift */, + DBBE0AA195E72D15CBB37D8677816C0D /* HXPHPicker.swift */, + 2152B1050C5357F9766319690347AB6E /* ImageContentType.swift */, + FE0068965C810CCDEE9B08C954CD2CF4 /* LanguageType.swift */, + 7F887C2E0A95303D14018FA3C14115D1 /* LivePhotoError.swift */, + ACDFB50E0BEC90CF5F57B9AFCC184721 /* PhotoError.swift */, + 87F50483E2A9F3CB2543B3E26804F023 /* PhotoManager.swift */, + 4158E6D32247A20D22639886DD6536C6 /* PhotoManager+Audio.swift */, + 2FFF5D37D274C178B2EF035F760BCBF5 /* PhotoManager+Download.swift */, + 97A6A6EC6147C779587575326E52A0DE /* PhotoManager+Language.swift */, + 60935F714AF6764FB758E1B77B6B9AC3 /* PhotoPanGestureRecognizer.swift */, + 74C22B9CAAF82E7C8013BD32696B1DBF /* PhotoTools.swift */, + D67856443BD28ED880FF7BFA8B6CA1D9 /* PhotoTools+File.swift */, + F921EC9178278F8C8F2666251A940420 /* ProgressHUD.swift */, + 7A9619AAD75B06E12A354D62C5789A75 /* ProgressImageView.swift */, + BB7EDBC2189BCAD98B88EC785FAD1F16 /* SelectBoxConfiguration.swift */, + 78C795EF4A8A71271AD988F5F051BACB /* SelectBoxView.swift */, + 24094B4329476B4E67434F33DE377BE3 /* VideoPlayerView.swift */, + 189374A009E784B9202BBE9C2714CB25 /* Resources */, + ); + name = Core; + sourceTree = ""; + }; + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */ = { + isa = PBXGroup; + children = ( + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */, + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */, + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */, + 0F358D61FD99E59A82DFE1E9CA468B6F /* AMapLocation */, + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */, + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */, + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */, + CD7452B33F0FCA9B6A290025A5408134 /* Hue */, + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */, + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */, + 6729471A5B55E4647E96573725C98818 /* Kingfisher */, + 1ECB36F0CFB02C97542D72C94A2697CF /* MBProgressHUD */, + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */, + 044486864361409CDEE095D10F228ED6 /* Realm */, + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */, + 31A04E729FCA4AA4F4962D4DAD22CA13 /* SnapKit */, + 261E45D1011BB68F1E6466F3BD680785 /* SwiftRandom */, + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */, + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */, + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */, + 0BB83E5665E19B336063FEF36E9C4FDC /* ZLPhotoBrowser */, + ); + name = Pods; + sourceTree = ""; + }; + 43A49E2F6BF7C7D2908BC7127151AD6C /* Frameworks */ = { + isa = PBXGroup; + children = ( + 483A084F2C8A499FD95DE6C6FE23568C /* realm-monorepo.xcframework */, + ); + name = Frameworks; + sourceTree = ""; + }; + 44676C594557F768E10934E4960126B5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7C4F9D60791B0852DB3909C16AC9A3A3 /* RealmSwift.modulemap */, + 8EF28C2E7044E69AD9371AFAD1C55230 /* RealmSwift-dummy.m */, + 15459B45EB9660C2F954965CDDA5EF24 /* RealmSwift-Info.plist */, + 7D4082AE256976A5C6D0573B383BB571 /* RealmSwift-prefix.pch */, + 4922588965858263B4BD5F54C88CD2E3 /* RealmSwift-umbrella.h */, + A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */, + C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/RealmSwift"; + sourceTree = ""; + }; + 49C8A95B097D70D3CCA4182AB08BED51 /* Support Files */ = { + isa = PBXGroup; + children = ( + BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */, + 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapLocation"; + sourceTree = ""; + }; + 4D703AD450925715806CB1E83E9B2796 /* Support Files */ = { + isa = PBXGroup; + children = ( + A69E446CFC1BA990C08415F7EA22F239 /* Toast-Swift.modulemap */, + 668E1D1C2050A749CBD3BF198472C967 /* Toast-Swift-dummy.m */, + 67E0F517979D98027BC1ED6B22C9AB60 /* Toast-Swift-Info.plist */, + 00D35DF07B24601B8228302B727EA004 /* Toast-Swift-prefix.pch */, + 71C900670BE9D4D409B69E5F412130BF /* Toast-Swift-umbrella.h */, + 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */, + 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */, ); name = "Support Files"; path = "../Target Support Files/Toast-Swift"; sourceTree = ""; }; - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */ = { + 4D8B1A1AFC9ECCC6AA5E848062E94BE6 /* HandyJSON */ = { isa = PBXGroup; children = ( - 38914A4D936852CD04F7734013C9A833 /* AnimatedImageView.swift */, - 18ADDA6D89E34CF75C4BADCC402A04E0 /* AuthenticationChallengeResponsable.swift */, - A320BA9293D3BBC4C1B4C1F547613AD0 /* AVAssetImageDataProvider.swift */, - 72EB67B6D632087B1F0FB1CDA0E04436 /* Box.swift */, - 4DEA29F654D6C4D6EC82009F1F2647DA /* CacheSerializer.swift */, - A431CA2C169CCB4A8DDFA1D95F05B0DC /* CallbackQueue.swift */, - 09F990CDC8C8C1F69228A5C79C4E250B /* Delegate.swift */, - 0DAD9A6F3FFC830EDC63513BC21BDA73 /* DiskStorage.swift */, - 0E91CA57A1714E1FBCE079FD59486FDE /* ExtensionHelpers.swift */, - A846926DF8E978B9325BA1FD433A2D0D /* Filter.swift */, - ED95A1C7C55B638E305F526F2F07D391 /* FormatIndicatedCacheSerializer.swift */, - C1EBC49445D86A766B80EA68EE0C9E1D /* GIFAnimatedImage.swift */, - 20CCB0545BAEE61245366333B87035DC /* GraphicsContext.swift */, - B59842A60EDDA798F8F4C81E95E5FFC0 /* Image.swift */, - B53FCC732A95FEA244EBD12A1D04CFF6 /* ImageBinder.swift */, - AFCD4BFB32B8FB2EC9AD6E04C61588D4 /* ImageCache.swift */, - 23BB3D10360B67CC51225CFD45984F6E /* ImageDataProcessor.swift */, - 5D9B3B0CBCA037122D1288E3A86D7DB3 /* ImageDataProvider.swift */, - 548FDC3E16F168C558E1007F7CF3E0AB /* ImageDownloader.swift */, - CD8FD2D72846513CBF7D1FE6F58FBDE0 /* ImageDownloaderDelegate.swift */, - CB069AB12213EF0EC03A34A047216F75 /* ImageDrawing.swift */, - B8C0DB9C3D2CC654D1A32AD29799F863 /* ImageFormat.swift */, - FB51198D26E3B8F81A901ADC80922E2D /* ImageModifier.swift */, - 11E5BB7B1001F06511BC350677E419ED /* ImagePrefetcher.swift */, - 002DB89D346BBE7BE3427974D76C9513 /* ImageProcessor.swift */, - 480EB00F47C81E951F3B62753814CB39 /* ImageProgressive.swift */, - 1040806A768CBB02B364DD676776A869 /* ImageTransition.swift */, - 1CCBF8A9EA02CF7935E50E4197B758F1 /* ImageView+Kingfisher.swift */, - F7523064E68EB01EBB1196B0C4AB0F44 /* Indicator.swift */, - 79577BCCAF71A2445D55952D65B4E1CD /* KF.swift */, - 1CEE8C00990F90D88395953C791B1AE0 /* KFImage.swift */, - 6585313936335BD5C597C5D96D4BE9B2 /* KFImageOptions.swift */, - B7DAF02FFA9816622474F739502F78C4 /* KFOptionsSetter.swift */, - 6788DF99E49BFF8BBFBF911D6E8170A8 /* Kingfisher.swift */, - F1C10A95079676BBFAB280A27672F7CA /* KingfisherError.swift */, - 04DF50ECF53A5BDF280F3434C75DCB39 /* KingfisherManager.swift */, - B8400AE31ECBF886042983A6A7A8C5DC /* KingfisherOptionsInfo.swift */, - BBD8D374305C30087320D43A0792A339 /* MemoryStorage.swift */, - E9EF04FA49A1661557FEE3C932C25056 /* NSButton+Kingfisher.swift */, - E540D47B03FF10D81F7E04EE22C9F0CD /* NSTextAttachment+Kingfisher.swift */, - 76000F0685878810BB88E1134B33A6B2 /* Placeholder.swift */, - 339D9D32BB3111EADD10F419FA205BA0 /* RedirectHandler.swift */, - F4CC7ED6695B1A2EB24FE4263DDF1D32 /* RequestModifier.swift */, - 6B844E47C7F8B92798859DD536F016E1 /* Resource.swift */, - 95144E7FDE82D02578B55B27B1DC7E60 /* Result.swift */, - A4129FF2ABEBB4B821050FA8CCC4878E /* RetryStrategy.swift */, - DC0DFC5FBB9E9D1F822B75EC67DAE1CC /* Runtime.swift */, - AFE2B9F942107EBF2FC887FE31FF727F /* SessionDataTask.swift */, - ED42BBC807B552D986A25CE0EB61D706 /* SessionDelegate.swift */, - 04A6BA003161C6D5160DE066E64BA3E7 /* SizeExtensions.swift */, - 5F26F552B337C804913BB84AF2ADB4E9 /* Source.swift */, - A1D6E5210A660462D6C2233D2947F34F /* Storage.swift */, - 902547B3BA88B2282E75C444B6E50A1F /* String+MD5.swift */, - 1BA139A5930A65AB4DC2B4B123945A7D /* TVMonogramView+Kingfisher.swift */, - 430C1571BE4B50B24DAD7F6DC8FFFAE5 /* UIButton+Kingfisher.swift */, - C4903B5333DFA2ED2486C68D21384FC8 /* WKInterfaceImage+Kingfisher.swift */, - 41BF278800C367FCF19A35625C90162B /* Support Files */, + A5113C2577EDBFE3CD9B2EB184B91B9E /* AnyExtensions.swift */, + 6B9F3C64BE1C455E19AADE010A7B1D59 /* BuiltInBasicType.swift */, + 399DE97E24A9F588A8B8509FF93E230E /* BuiltInBridgeType.swift */, + 34806A48BEE429DB2674A3188B931C4E /* CBridge.swift */, + A46AE90CF5BA91F6B97B191173330112 /* Configuration.swift */, + D418A7FB73C7C3F8237D12BA1B8F3A3C /* ContextDescriptorType.swift */, + DC20B00338166A97596866CBCC85C4F4 /* CustomDateFormatTransform.swift */, + 898D80C8A5FAD30EBBF39A3D55948138 /* DataTransform.swift */, + 7B414B3972C668844544AEB779E600FA /* DateFormatterTransform.swift */, + C13FD4D604487E63FAA21F7A371BAB95 /* DateTransform.swift */, + 070FE900437B69D5ECBE8A3C1797ED9F /* Deserializer.swift */, + 13E93567FF7D2777BD9D0F5615C015A3 /* EnumTransform.swift */, + 4A97C9911FC07D5FBB29D1D181D44961 /* EnumType.swift */, + 190C47D8209A29FF9DB10B1915F2A214 /* Export.swift */, + CBAC20D1B6F5D93EC2368B3F1D4C35A1 /* ExtendCustomBasicType.swift */, + 80C7FCA3F798847F6DB890150A20CE65 /* ExtendCustomModelType.swift */, + B798949444FFDA617641D471B053F4EE /* FieldDescriptor.swift */, + 1864E14EC87064748CC11861623D8DB6 /* HandyJSON.h */, + 6F63902F4B7C00ACDC53F68839555D34 /* HelpingMapper.swift */, + 4A9356B2AC997EDBC47E2F9A6711DC41 /* HexColorTransform.swift */, + 019D3E13ED351ED8385DACA78F8E2A3B /* ISO8601DateTransform.swift */, + C1E1447F06F0BD89C4FE3CE03BA2C5CA /* Logger.swift */, + D45FF7B8FB2969E9DC13F5335ABB643B /* MangledName.swift */, + EF517CE15F8A74E2C6F47CCF7F803C7B /* Measuable.swift */, + 8063328FE39754A629D1E01A66C5C2B2 /* Metadata.swift */, + 8BE5AEB05092E62BEAAF3CCB0E38641E /* NSDecimalNumberTransform.swift */, + 983433CE3813EB45B885323DAC48E966 /* OtherExtension.swift */, + 4DDF1E94D26DEA526DDBD097912548B0 /* PointerType.swift */, + 1C505FBD3EC00B722D8ED833B9CF450B /* Properties.swift */, + 6A7DFD1FF0DE06F348E7D21EB610B5F6 /* PropertyInfo.swift */, + 8E6E87FAB18D3720D5172492B57654F4 /* ReflectionHelper.swift */, + 73841E4FB5EF2204A92B48C52148DD40 /* Serializer.swift */, + 4E026860F4DD22F483336F4159D7A4A8 /* Transformable.swift */, + EB7B6041ED2857504AF2688EC7D4BBF4 /* TransformOf.swift */, + 229D522D4134BF2D7032EFC450133EAF /* TransformType.swift */, + 31EAF9802E21885759DA07A0D367091D /* URLTransform.swift */, + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */, + ); + name = HandyJSON; + path = HandyJSON; + sourceTree = ""; + }; + 569AD5F6847C6EE570AD24E4E63BD7F5 /* Support Files */ = { + isa = PBXGroup; + children = ( + 7B30990E27A9FDCC73EE55F06099BD2F /* HandyJSON.modulemap */, + 762F7478746FD7E726F5C6E3251A8638 /* HandyJSON-dummy.m */, + 480A9FFA1A38441BA4A55EE572932FA9 /* HandyJSON-Info.plist */, + 35CD5B3085737642FCE70C61986C116B /* HandyJSON-prefix.pch */, + 8F77CD4811DC10E042F05FFAB35C03AB /* HandyJSON-umbrella.h */, + E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */, + C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HandyJSON"; + sourceTree = ""; + }; + 63A2B68163A80FFFF32D79410D98AEF6 /* AMapFoundation */ = { + isa = PBXGroup; + children = ( + F8523D5FB42AAD96C277750A0CA2BBA8 /* AMapFoundationConst.h */, + EE658D281B9CEB1480FFF93D8716180B /* AMapFoundationKit.h */, + 8C9C6EBE0B81087E8A8B39ECC81BFF79 /* AMapFoundationVersion.h */, + AEE4159D567C418E01B4255B49A29923 /* AMapServices.h */, + 6D83FC35330D3C9235D9D3382D78AB71 /* AMapURLSearch.h */, + 81E6071E8329CBA1EA9C19CC4EEA9046 /* AMapURLSearchConfig.h */, + 536C92F10971D9C5B3CCE6E312311F3A /* AMapURLSearchType.h */, + 031DA9FEBAB80D0CA4E3F1A859362C28 /* AMapUtility.h */, + 3160F6F52E578F3566E12EB43D2BDE60 /* Frameworks */, + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */, + ); + name = AMapFoundation; + path = AMapFoundation; + sourceTree = ""; + }; + 6729471A5B55E4647E96573725C98818 /* Kingfisher */ = { + isa = PBXGroup; + children = ( + A737CAE1C1FDD7CA166DF60BE5EF484D /* AnimatedImageView.swift */, + CCBF8821AAD71D00718876A875DCBE7E /* AuthenticationChallengeResponsable.swift */, + 97886DE5F84CCE942DCABECE05D0D0BC /* AVAssetImageDataProvider.swift */, + 998CE9861C06CD43715E5D7A5D468045 /* Box.swift */, + 5950A9BDE7D05497073F44FF6E73047D /* CacheSerializer.swift */, + BC78C42CAC592A94CDB2B3561CFA15FE /* CallbackQueue.swift */, + 5500641AFE750F3C4DC1EE288E5C5119 /* Delegate.swift */, + 2BC38603EA3FD06EA50B4F2219131B30 /* DiskStorage.swift */, + 2349603B97DB4E9FAC7B18D297CBD9A4 /* ExtensionHelpers.swift */, + B43AC59080B98C60F5976F1AEDA97400 /* Filter.swift */, + 90B2AC0940C15934C44F69B8EBC549F7 /* FormatIndicatedCacheSerializer.swift */, + 3C0068F9F1730EA78E8197A368EA270D /* GIFAnimatedImage.swift */, + CE896582E98C04D068B0B67EF51FF45E /* GraphicsContext.swift */, + C6CC1016EC1E5F36057186D4C753FD28 /* Image.swift */, + 4D82496048BEC13D1B8AC80D53B614F3 /* ImageBinder.swift */, + 59199BAF38405AF8027AD1AF939F418C /* ImageCache.swift */, + 19C76887F9B822EBB7946F9BFD70A1D2 /* ImageDataProcessor.swift */, + 9D7124DE8474E74F95F4B45A754283DC /* ImageDataProvider.swift */, + D775992418E795E141FFB76EE1E08FCF /* ImageDownloader.swift */, + 3A4566E692E5872F82A0786B4A3CC338 /* ImageDownloaderDelegate.swift */, + 9E768823141DA5C80D8A701CDCFF8698 /* ImageDrawing.swift */, + BC531A8F57DA731A7634AA34F1EC964F /* ImageFormat.swift */, + F9F61547D9F259CB0884B72BE0C9F15A /* ImageModifier.swift */, + C2CBA6397EB6279E167F7D277A7B6236 /* ImagePrefetcher.swift */, + B06E350B98729680F883EC0224629DA5 /* ImageProcessor.swift */, + 3CC998E5577C8AF957D42BA00903DE54 /* ImageProgressive.swift */, + 61BEF4FAC38950F12641C59D0D5FFBC4 /* ImageTransition.swift */, + 5D3C1FB624AF4A76861B28A064FAE381 /* ImageView+Kingfisher.swift */, + 23D88D32A7FE12A6D9E6E7C61DF32FB7 /* Indicator.swift */, + 93227D906C2BE145B6F4ADEB89EE70E1 /* KF.swift */, + 530B3127C0763EBDAD5D2E0424B0D9F9 /* KFImage.swift */, + 109677D202BB67D62694B9398726A29C /* KFImageOptions.swift */, + 03CE9478EAEBB49F5B1E725D482B0936 /* KFOptionsSetter.swift */, + 9060E7B248436AB22B01E7BD9578E7DA /* Kingfisher.swift */, + 0B394BEEB43E47658A71F749F7677ADE /* KingfisherError.swift */, + AC898A267B5D4E52EBF8A0FCA7DD9E93 /* KingfisherManager.swift */, + F5F7681A35B8954A33C6C65C3ED882B2 /* KingfisherOptionsInfo.swift */, + 2891E16AEBAA30225C663BF58B468BE5 /* MemoryStorage.swift */, + C66E98409FD122ECB1764D55022174D9 /* NSButton+Kingfisher.swift */, + B162EA582C4EF4A9A289A45DD3B1536A /* NSTextAttachment+Kingfisher.swift */, + 8AE34AABA3AA245C77E29CD27C8BB747 /* Placeholder.swift */, + 7773AE9B4C1ED69D1779E0131AB8E3F2 /* RedirectHandler.swift */, + 6632233A7231340A86F86EA9C11A7D7B /* RequestModifier.swift */, + 481832732EA2E7053D54A462407B39CA /* Resource.swift */, + 33C4260102A548E48ECD9F631722513A /* Result.swift */, + 48B15487620652047733B742A7E8423E /* RetryStrategy.swift */, + E9B471BBB1A31B5F2390DE9D1E5E4A8C /* Runtime.swift */, + 4877D851C7256557542935B670B2E1D4 /* SessionDataTask.swift */, + DB7A297E0BD53330C2CE952F19ED6EF1 /* SessionDelegate.swift */, + 689DEA3D7FC8B2D65E7B78CDCDBD21D6 /* SizeExtensions.swift */, + BEC9232B6B3A4571E3B202AAE095006D /* Source.swift */, + 2E163C31C6EEC1C28B44E2CE0EEC4E71 /* Storage.swift */, + ABD8F0458E6244FB7C1AEF10148840EA /* String+MD5.swift */, + CACCEE600944B01AB9159643853C694D /* TVMonogramView+Kingfisher.swift */, + 2F60867863B7ECA95C161A225963BA8D /* UIButton+Kingfisher.swift */, + C37802D0F3C2C3209604E76EEA8DF5C2 /* WKInterfaceImage+Kingfisher.swift */, + 299AE26AF269F671D081CABA9954DB1A /* Support Files */, ); name = Kingfisher; path = Kingfisher; sourceTree = ""; }; + 6F844884A3C995089E21E9A4C1D15842 /* Support Files */ = { + isa = PBXGroup; + children = ( + CCE3DA9153F3D445B843C47B7B7A871B /* SnapKit.modulemap */, + 213184672DC609BC3C8B495719FCFEB2 /* SnapKit-dummy.m */, + 621FDB0A37542ADD3807908C6B5A0901 /* SnapKit-Info.plist */, + 8491424BBD50918DED90C6AA9B78F015 /* SnapKit-prefix.pch */, + CA08028AF3F2F2986AE526E75A212FD3 /* SnapKit-umbrella.h */, + 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */, + 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/SnapKit"; + sourceTree = ""; + }; + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */ = { + isa = PBXGroup; + children = ( + 2AC352C649AA1688D5DF4C1F22236D56 /* Alamofire.modulemap */, + B65D9CE7FA32A6688FECD79AE1826E7D /* Alamofire-dummy.m */, + 8035F20E5EB5F27929AD8B0A5620EA5B /* Alamofire-Info.plist */, + FF275C2C8CA1F3EC25F8393247E42F21 /* Alamofire-prefix.pch */, + 943A8DBFEDF3BE9E632387495C0E5287 /* Alamofire-umbrella.h */, + A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */, + 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/Alamofire"; + sourceTree = ""; + }; + 76AB053206FCA57D7B9F882684F5004A /* HXPHPicker */ = { + isa = PBXGroup; + children = ( + 384B382EF1DC11FE6E90F24C2B821224 /* Core */, + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */, + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */, + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */, + ); + name = HXPHPicker; + path = HXPHPicker; + sourceTree = ""; + }; + 7B03D00C8BB93E6F786B94A5B992A8D0 /* RealmSwift */ = { + isa = PBXGroup; + children = ( + 1A1D706C0BA985E89DFF4B45270F0C84 /* Aliases.swift */, + 421BEED100E8572AB190294349F695BF /* AnyRealmValue.swift */, + BE9349E81C9039C29D0A34199DC374C8 /* App.swift */, + FB6EA2E9E2FC8ECD397016E71299D645 /* BasicTypes.swift */, + 8735E027AB6FF6F83495929C26F27624 /* BSON.swift */, + 29D3B2AAD3C4586E4ECDAB48A59CEF2C /* CollectionAccess.swift */, + BAA2AEE4530B206B96828492D6C65551 /* Combine.swift */, + E56FFD145434A30D2E56E6B8D975D08D /* ComplexTypes.swift */, + 031CAABC918285E14909E2D1E94DFCD9 /* Decimal128.swift */, + D54FB4438157A9145207ED20B34950C8 /* EmbeddedObject.swift */, + 0D7FD77DFCD7007E6056B9779D91638B /* Error.swift */, + EB069A25DB4DDCE33563683409E17117 /* LinkingObjects.swift */, + FB1A7A317B476659A4BFCAEBF87FC848 /* List.swift */, + 65C5D7D495AA445F1F4E9B97ACD5395E /* Map.swift */, + FA0F5C6C47B7C58D707B8E76F772DF90 /* Migration.swift */, + AC5364284B9CE6461F3C6F41A90D4316 /* MongoClient.swift */, + DAF116AB8D105F6189E5F2E2E0F84B33 /* MutableSet.swift */, + 11456C74FD565CAC74D1F3EC7D649AEB /* Object.swift */, + 0E0909C621E45799C95C0719F48E0E18 /* ObjectId.swift */, + 33729F5C6C169E59AF35DF87715D16BB /* ObjectiveCSupport.swift */, + 4D1D2005725A3FE5ABFEA94507C187A5 /* ObjectiveCSupport+AnyRealmValue.swift */, + 00CA30EC5B57E5C560EA0CE0586CDC32 /* ObjectiveCSupport+BSON.swift */, + 4278BA7B1EBE767E1E3DF046866B6932 /* ObjectiveCSupport+Sync.swift */, + F3CF86B77CEAE048F5E227B3D59CBA05 /* ObjectSchema.swift */, + 565E8017494ECCDAF06CD067D7FA044C /* Optional.swift */, + 34B7BD0CEBC8997EFA4EF4C71E8B3400 /* Persistable.swift */, + 3A6ECCE4EDB59E38906CD5191D608B38 /* PersistedProperty.swift */, + E9EFB124A1F143C5B726ACEC5C87DA67 /* Property.swift */, + F0E79FBAD75802B2653C4AE3834CA02A /* PropertyAccessors.swift */, + 3BB781E4933E1DB0D239F94151AB0BF8 /* Realm.swift */, + A3E1FFC7CC339A20340962BE60663942 /* RealmCollection.swift */, + 4DEE5227C887D9C9823F399B754087F9 /* RealmConfiguration.swift */, + AA966508F86929CD8558630A4B9FEC9C /* RealmKeyedCollection.swift */, + 8D15411DBD93F7AD2916A1BEA94698C8 /* RealmProperty.swift */, + 74FEF78E65EC0C2A0DE176BFF8F47D72 /* Results.swift */, + 3597D179284FA4D39B08DB85D446B657 /* Schema.swift */, + B2F8B3997A3B002E77DA3983B988BA7B /* SchemaDiscovery.swift */, + 9458AF6D6DEC0E93802B0ADED73B776A /* SortDescriptor.swift */, + B6A6D4F2591E74EA71780219F8A7EAED /* SwiftUI.swift */, + A192B1FF8D51A592645B0BA081B597F8 /* Sync.swift */, + AB25772858E566B00615FFA4D631D23C /* ThreadSafeReference.swift */, + F087D61D7FC6E2C15E052912309A4E01 /* Util.swift */, + 44676C594557F768E10934E4960126B5 /* Support Files */, + ); + name = RealmSwift; + path = RealmSwift; + sourceTree = ""; + }; 8660BF26B8FC5EFA7399C48A3DEEC16A /* Pods-LaserMethane */ = { isa = PBXGroup; children = ( @@ -2672,374 +2886,286 @@ path = "Target Support Files/Pods-LaserMethane"; sourceTree = ""; }; - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */ = { + 88DF7DFD869E9ADB574CA03E0D373D76 /* Support Files */ = { isa = PBXGroup; children = ( - F1BCD96698C8799D22C9466D03245937 /* IQBarButtonItem.swift */, - 860A0DF897252E3019A4069E0F5782D1 /* IQInvocation.swift */, - 96AAA61C2F28B96681CDE6D19EAEB999 /* IQKeyboardManager.swift */, - 49611828175BE935B476CC607F5C45FB /* IQKeyboardManagerConstants.swift */, - DA54AAEA0B473DC9FA8D86CA1899D813 /* IQKeyboardManagerConstantsInternal.swift */, - 656F854400C0932AD19ED36A1B67E80F /* IQKeyboardReturnKeyHandler.swift */, - 1F2D6A01043A604C41A1F6D4059E9A74 /* IQNSArray+Sort.swift */, - AD4AAE3CE59CE8DF1BD8BEA284AC9E00 /* IQPreviousNextView.swift */, - 1909691D94DB7A302C269FF5F95A943D /* IQTextView.swift */, - B97A9DA482EDE297B24982C19B22A7E4 /* IQTitleBarButtonItem.swift */, - 1C74AF726C93407F3F8E0C8B8C9FA73F /* IQToolbar.swift */, - 6DC2021DBD4766E9F195511C65A9E906 /* IQUIScrollView+Additions.swift */, - 7D4E26A7A41592B127F96827C888EA23 /* IQUITextFieldView+Additions.swift */, - 030C0F68A5A9DA3B0766E33972D2BB57 /* IQUIView+Hierarchy.swift */, - 82C73553A94C2B123A6C2BF05F6D3C24 /* IQUIView+IQKeyboardToolbar.swift */, - DC328C990A77DE3A0D45B7BA7B698A61 /* IQUIViewController+Additions.swift */, - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */, - ); - name = IQKeyboardManagerSwift; - path = IQKeyboardManagerSwift; - sourceTree = ""; - }; - 8BAC303B18D515E2CA43C1D8D86A15B1 /* Resources */ = { - isa = PBXGroup; - children = ( - 6C053F7589F3C328B2614E05DEC8FE72 /* HXPHPicker.bundle */, - ); - name = Resources; - sourceTree = ""; - }; - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */ = { - isa = PBXGroup; - children = ( - 5FA9655282B29D57E0AA9F148133D07A /* Core */, - 905556C4F827A06B0562970BFCC916F7 /* Editor */, - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */, - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */, - ); - name = HXPHPicker; - path = HXPHPicker; - sourceTree = ""; - }; - 905556C4F827A06B0562970BFCC916F7 /* Editor */ = { - isa = PBXGroup; - children = ( - A804377A89C780C6CAD922E79A8A7E6E /* CropConfirmViewConfiguration.swift */, - 44F96A75E18F04689B1B1130AB49B130 /* Editor+AVAsset.swift */, - B13E20D595ECF4AF659455C59D122C64 /* Editor+PhotoTools.swift */, - 181886F6369676C5023A4F6C7005F6A5 /* Editor+UIImage.swift */, - DC0113B2E7CD8908B0D433BE0EC370A5 /* Editor+UIImageView.swift */, - CE35CB90BD71BD18850DB8327749839C /* EditorChartlet.swift */, - 30FB5E0D0BDC177734C41F204EC5446C /* EditorChartletConfig.swift */, - 26D20C9D3CDB0130FED75C43B88B8878 /* EditorChartletPreviewView.swift */, - 73C3D17938B9E2C6596D82FB168F7468 /* EditorChartletView.swift */, - F00CDFC8D026C37DC62D2B87460E7CDF /* EditorConfiguration.swift */, - 720AED29F01CE044CD2A22ED21077E65 /* EditorController.swift */, - 7E4C34DC782D2DBE3BF025C3FBC8528D /* EditorCropConfirmView.swift */, - 6A401F202DB52F38C59EB04EA5264D25 /* EditorImageResizerControlView.swift */, - B05A045C03FBDE7C389871AEFA041D2E /* EditorImageResizerMaskView.swift */, - 64C644FB857EA05654DADE9A46E4654F /* EditorImageResizerView.swift */, - B3619B1FA66ADFB487924657AF98E7B5 /* EditorStickerContentView.swift */, - B1DBFC009FEF989610636269F151D9FD /* EditorStickerItemView.swift */, - 84ED04FB05B43CF3D70C4D947B8BCB8B /* EditorStickerTextView.swift */, - E91820C0AC613CAA27364968DA2D5EC6 /* EditorStickerTextViewController.swift */, - 672CB17A3402674881082F7B1BF37D89 /* EditorStickerTrashView.swift */, - F14A4FFC55AF7D65D50D305AC3C83698 /* EditorStickerView.swift */, - 5926DDDF7C33C17E431A54B569A5F813 /* EditorTextConfig.swift */, - 00C685FA2AE03E59E60A6EE00DC3ECFD /* EditorToolOptions.swift */, - C196F422AAA57805990ED52EB1E6DA99 /* EditorToolView.swift */, - AD4FF0FE5DFD9B6D9C7DE77E53E0159D /* EditorToolViewCell.swift */, - 11F2A2BF0750066A6708CF1A0D8AA79F /* EditorToolViewConfiguration.swift */, - DBC20F3F380B0E8022E437F62FC54C0E /* EditorType.swift */, - 9C71A2F3C56EAA559CCBE52903C120D0 /* PhotoCroppingConfiguration.swift */, - 1B003F69632B79657D288A82DBC9DEDB /* PhotoEditorBrushColorView.swift */, - FB6E91F8FE4433B317FE8F8948A8B985 /* PhotoEditorConfiguration.swift */, - 55B94D39FB068DDD53B4ED4374D6D800 /* PhotoEditorContentView.swift */, - 1439D15A8D4EC3CC9FF7213FA8B684BA /* PhotoEditorCropToolModel.swift */, - 8A2C0BB1D3D36B042DD35DEA5C39284A /* PhotoEditorCropToolView.swift */, - 4E379684E78D55DFBDEB5076F80F7EFB /* PhotoEditorDrawView.swift */, - B098AE3C935D4E2DB71B04D205177ABF /* PhotoEditorFilter.swift */, - 4BC938CF6D5CF79F710F5996DBCE5E56 /* PhotoEditorFilterView.swift */, - CBE04D9438FA8858840926343AD3D1F5 /* PhotoEditorMosaicToolView.swift */, - B45AB806E709F92891F185F12988DFA3 /* PhotoEditorMosaicView.swift */, - 3002216DDF81B405E1B756F8CE7DAE09 /* PhotoEditorView.swift */, - BB2C35F66A30AC1F8103D2783A09A7D1 /* PhotoEditorViewController.swift */, - DAAFE56983A3B7A1852B368067120E6B /* PhotoEditorViewController+Animation.swift */, - 3A5D5766B3AABC914A442CB5F07181DF /* PhotoEditorViewController+Export.swift */, - 9359518208AA02F130BE860891807B2C /* PhotoEditorViewController+Request.swift */, - 7127EC237B26079C213953DF6004B718 /* PhotoEditResult.swift */, - B55BE4F0132461C417200203D55311F9 /* VideoCroppingConfiguration.swift */, - AE0E8C79199AACC7B7032B6D4E527D50 /* VideoEditorConfiguration.swift */, - 62D890CF594ED084E3785A6DB25C19BF /* VideoEditorCropView.swift */, - 978A81D4FDD3AC0CB88A6040CE7FCF51 /* VideoEditorCropViewCell.swift */, - 2B2897D71005D985EDE86FA30630C497 /* VideoEditorFrameMaskView.swift */, - 2C022011FFF2FB51AE9DAB23141ACCCF /* VideoEditorMusic.swift */, - FB231AA82D3E56AA0F18DC057B34BE67 /* VideoEditorMusicAnimationView.swift */, - 4D74F9B32BE0B38246ED5CBF6500C339 /* VideoEditorMusicView.swift */, - 034A435485424F9263BBE74A2A9FA90D /* VideoEditorPlayerView.swift */, - DEDB03ED7D86BFE72539A30DE931D20B /* VideoEditorSearchMusicView.swift */, - 1CEDCDBB587F2F0AFB4556CCC73EDEC9 /* VideoEditorViewController.swift */, - 02BC56A6C74E9A3E2D915DD99A53C020 /* VideoEditorViewController+CropConfirm.swift */, - 39D5E92CBA68294ED50FEFA089ACB881 /* VideoEditorViewController+CropView.swift */, - FD1A30F7CF87F5D2F285D62FAC925112 /* VideoEditorViewController+Music.swift */, - B1EFBEDAF6380FFFE81C45417D076102 /* VideoEditorViewController+PlayerView.swift */, - A9F139B8E8245670351721E6CF0D61B5 /* VideoEditorViewController+Request.swift */, - B7F7F6F681883E1CC3E3AD5B556FA03F /* VideoEditorViewController+ToolView.swift */, - E9E98CC05448E2E5B6B06D7FEC88FA5E /* VideoEditResult.swift */, - ); - name = Editor; - sourceTree = ""; - }; - A07D02BFC0FC2EB8EB77451C8C501931 /* Support Files */ = { - isa = PBXGroup; - children = ( - AB71532500AC2F08797BEB83704C58BD /* SwiftRandom.modulemap */, - 38C8C792B8CE636288D37804695D17A6 /* SwiftRandom-dummy.m */, - 001DC8846CEC9A21A441C52CF79D488E /* SwiftRandom-Info.plist */, - 010E7F24FCE132C938D7D17F54E519A7 /* SwiftRandom-prefix.pch */, - 4E38A7F6FA1C64847552427BE0FEA0E2 /* SwiftRandom-umbrella.h */, - 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */, - 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */, + 6287D0B4D45FDE60A99CD103A41F4B60 /* MBProgressHUD.modulemap */, + F2AA14A9A712C6E466958288CFEA2441 /* MBProgressHUD-dummy.m */, + 5A103477853E213DB864D046240B2F99 /* MBProgressHUD-Info.plist */, + D2C018A4BAE9361521A10BDDF6749B56 /* MBProgressHUD-prefix.pch */, + 9E70D37E14EF736D04EAC374371330CF /* MBProgressHUD-umbrella.h */, + 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */, + C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/SwiftRandom"; + path = "../Target Support Files/MBProgressHUD"; sourceTree = ""; }; - A4C786B5DC42CF47B4C08324BA48B5C7 /* Support Files */ = { + 8A2FC5F5CC787D928905CB7F22DE7383 /* SwiftyRSA */ = { isa = PBXGroup; children = ( - E5F7107EE23AB44BE45BC5139809634A /* HXPHPicker.modulemap */, - 3DDBA88BA8E21377CC96B9B5CB33E327 /* HXPHPicker-dummy.m */, - AFD5BBF740C3C90FD94B73EF9D8D4D9F /* HXPHPicker-Info.plist */, - 3B9F25C53C36B0E548F8B16FA0A1E248 /* HXPHPicker-prefix.pch */, - 804D9D1C2FCD9495DC7A7D52464B9DDC /* HXPHPicker-umbrella.h */, - F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */, - 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/HXPHPicker"; - sourceTree = ""; - }; - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */ = { - isa = PBXGroup; - children = ( - 40352ACD138A6DE9C25009CE6CC5C25C /* RealmSwift.modulemap */, - 83890DD4C69DD3A61266D8FD1F4F4960 /* RealmSwift-dummy.m */, - BD590C7424B4079A3E34AB9D6D444437 /* RealmSwift-Info.plist */, - F0443892AB0396E3FF28E170A6673FA7 /* RealmSwift-prefix.pch */, - 0143F0B34661A1DC98D2F80E2689D265 /* RealmSwift-umbrella.h */, - 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */, - B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/RealmSwift"; - sourceTree = ""; - }; - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */ = { - isa = PBXGroup; - children = ( - 60CC4244C5259E4B8165CEF52C745D1A /* NSError+RLMSync.h */, - 753E22DFC6265FA1D1EC95B21F5E56BE /* Realm.h */, - CB82D898256C8A5F4D70DCF8761D1E5C /* RLMAPIKeyAuth.h */, - EB567B39D77974A1D34FA9EF9926EAA4 /* RLMApp.h */, - 8EAC8BF9FFEFBFF1B5B901644E7C1D4D /* RLMArray.h */, - D1C53EE7833E73588D7351A16FB11624 /* RLMBSON.h */, - 7723990033A20B1BB6C2244F537AE570 /* RLMCollection.h */, - 13571CBFE46FE9438D6591F4DF7C10F9 /* RLMConstants.h */, - 72999653FAE13ECE1C02054384438323 /* RLMCredentials.h */, - 828BD77FBBB1937E4D9D9EF57B3AB58E /* RLMDecimal128.h */, - C5B991F1310A70F2D0C02D21851183F5 /* RLMDictionary.h */, - C0C25C637BE99757664DD680C2CFE6B3 /* RLMEmailPasswordAuth.h */, - 43ECBEC0186BBDEB347612D7E9F166AE /* RLMEmbeddedObject.h */, - 1284FDFCA2B5E49A0AB791AF446E3F44 /* RLMFindOneAndModifyOptions.h */, - CC1B02EE8EEDD41209BE00CF215139C5 /* RLMFindOptions.h */, - F5DE277B2E23AFEA6389807EE6AA0CF7 /* RLMMigration.h */, - FE9F20E532286BEDB4C23CB2DEE91BC5 /* RLMMongoClient.h */, - 832FA4D0172CD6480F50DC3E687994D5 /* RLMMongoCollection.h */, - B8BE1F46FD4A68FCA657B05172EE8A1C /* RLMMongoDatabase.h */, - 81881B1121957A33864A853215596A7F /* RLMNetworkTransport.h */, - 4F3F2BF7F4EA6B7BE4827A98F341D343 /* RLMObject.h */, - D6C81EA78D1EDBB48FEAC38C2A31C584 /* RLMObjectBase.h */, - E9EBA1963B8917A836FA2F4F6E7F1A5A /* RLMObjectBase_Dynamic.h */, - 40C242161111AB7CFD8F512B3BDED7B4 /* RLMObjectId.h */, - 4E3355DFB866E7C046E626AFFACFFCC6 /* RLMObjectSchema.h */, - CE4465C925F66D4C9FDD9BC2C6DAD470 /* RLMPlatform.h */, - A962CDFFCE00E9022E8C17566F916C30 /* RLMProperty.h */, - 1DD165B550E5132DB5E277122E786FC2 /* RLMProviderClient.h */, - 87E029172782B3B827268DF74CB70ACF /* RLMPushClient.h */, - 3B26CBA87DCF10EA2C25D88F2BFF8482 /* RLMRealm.h */, - 9018A445C81D9DDC2E1B84F657CADC3D /* RLMRealm+Sync.h */, - 36EA15F67732076F78D6FC600F8B648F /* RLMRealm_Dynamic.h */, - 348CF3325A992EFE21A8D8918F134934 /* RLMRealmConfiguration.h */, - 2BDE7FEF699CE095E1BD1A24164FA756 /* RLMRealmConfiguration+Sync.h */, - E300DCB58A5F2BC01165DDEBD54263E5 /* RLMResults.h */, - 3F86334A4D0CAA1086A34B15DEE174DE /* RLMSchema.h */, - 9552E09454D283B4D5CAE9D1AB15835E /* RLMSet.h */, - F9FAF968397AB5B077D49C14D3A767D7 /* RLMSwiftCollectionBase.h */, - 157A21E09B5155EF2D623381F763BE59 /* RLMSwiftValueStorage.h */, - C2B018594FE86ED727C3BF268C3A46ED /* RLMSyncConfiguration.h */, - 60BB1A75A17EBBE268D0A5A61D43EBA3 /* RLMSyncManager.h */, - 8A163F28460F6968FEB877C7955E0B56 /* RLMSyncSession.h */, - 910F363A7EFF1F8AD6A769A0F4D83269 /* RLMSyncUtil.h */, - 325A01C746C501BB5A67A32DDAAA96B2 /* RLMThreadSafeReference.h */, - 2D201A927C8AE869478C62920A90B746 /* RLMUpdateResult.h */, - F565B13DDAEAE0AB4B9C1876946EBD40 /* RLMUser.h */, - 24009570D300957BE5D2FC4EC50CC312 /* RLMUserAPIKey.h */, - C65A3ED1332DA7F83D99187D74D672DD /* RLMValue.h */, - ); - name = Headers; - sourceTree = ""; - }; - B70C9936B06995C92FEDE4DB7746FCE9 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 68448E1CD45FB9C0C95EC4BFD0A1BD64 /* AMapFoundationKit.framework */, - ); - name = Frameworks; - sourceTree = ""; - }; - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */ = { - isa = PBXGroup; - children = ( - A2C749D3A8C88E44F7C017A7AB03428D /* Asn1Parser.swift */, - 2494B30709B04FA3E356DAF6EEEF1B04 /* ClearMessage.swift */, - 961BB7E2BC8642DF5DA6642F8DE5AC6B /* EncryptedMessage.swift */, - 041FB8F6109B9F67FC4B5F362FF34618 /* Key.swift */, - A6BE22170791C4A553436A62B7882491 /* Message.swift */, - 3D1D6C298AF3FA0D54DFFCB65A659034 /* NSData+SHA.h */, - 6464475367BF14FD1E07A567019CA129 /* NSData+SHA.m */, - 503CF64B2EF87AF9E8F82E0875C1189E /* PrivateKey.swift */, - 82E78AD77E50A4EAEB3842B0B9DB1D69 /* PublicKey.swift */, - EF690081EAFC25389463A2996F102AFE /* Signature.swift */, - 6394EAA3D6E83CE5D0BC0BDE43A828C4 /* SwiftyRSA.h */, - 49A0758582A5041092350CA1AFC6DC02 /* SwiftyRSA.swift */, - 16B85334F5EBD3FDC74D1CA5518F530B /* SwiftyRSAError.swift */, - B46E810C5AA47B6079D8D327E84AE15B /* X509Certificate.swift */, - F20388BD909E595DF7BC1D4AB532304F /* ObjC */, - 51D677C5228A88B12238F11E897214D9 /* Support Files */, + DEDC8F9807A549E32EDE11DABFDF41B6 /* Asn1Parser.swift */, + E5BA5C7BA5AB6B2037C9E143D9B27C00 /* ClearMessage.swift */, + 5387BCE800AFA8128535905D1158460F /* EncryptedMessage.swift */, + 504BB066B1FD24F956977ACE220B8472 /* Key.swift */, + 715F965D34594BA6AA662B7892E85CF9 /* Message.swift */, + 013621DD02BAE03ABD7643C194D2C580 /* NSData+SHA.h */, + 2F2D6E7563CA4BED5DAFFAFC6F319E93 /* NSData+SHA.m */, + 9F2009DE5C3133A6B6260B9D92172CD3 /* PrivateKey.swift */, + EF93594528F7BEC14820C48607597AE3 /* PublicKey.swift */, + 40CB3CFB4E66D075E97281E39622CE34 /* Signature.swift */, + DDBF8262900DE17AC65490A3282835AD /* SwiftyRSA.h */, + DEBEF39B4DFFCC71452242ED68A4A2C1 /* SwiftyRSA.swift */, + C6C80A354A5D440895DC681901F84E60 /* SwiftyRSAError.swift */, + C78A8F1EF6E1999BE1B6239D91626F31 /* X509Certificate.swift */, + 0317BDEC1D1911BD7E9D35435CEE90CF /* ObjC */, + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */, ); name = SwiftyRSA; path = SwiftyRSA; sourceTree = ""; }; - C0BAF549963177A193FD5281DC375731 /* Frameworks */ = { + A0360AB7FB96B6E409B1156C862B7094 /* Resources */ = { isa = PBXGroup; children = ( - 127B1DD5877C415BD65C26FA1495BCF1 /* MAMapKit.framework */, + C903C55FA6B37665EE13F00F42F4DA09 /* AMap.bundle */, + ); + name = Resources; + sourceTree = ""; + }; + A13E30984098AB67ACF2041C196AA33E /* IQKeyboardManagerSwift */ = { + isa = PBXGroup; + children = ( + 066CD682C1B3604C213B4CE39C52EF9B /* IQBarButtonItem.swift */, + 1541DA1C4DFFC85229255F3473800315 /* IQInvocation.swift */, + 13C5137295A92AD0EB9347B6372582A8 /* IQKeyboardManager.swift */, + 88DB88ABCAC087E056E5000EA4E2E3FF /* IQKeyboardManagerConstants.swift */, + 2709FB5784D6025F3A1DF785521E4CD2 /* IQKeyboardManagerConstantsInternal.swift */, + 60CB16765EEE82E3AD077CF4728E717C /* IQKeyboardReturnKeyHandler.swift */, + 6CF0D6A9D8DD8A7ECA66333D0B24782B /* IQNSArray+Sort.swift */, + 2CCF0BCBCFD41C0CDED995005DC41B4F /* IQPreviousNextView.swift */, + 11A66285E6184D09120CBF890CC462E8 /* IQTextView.swift */, + 803E7CDE8015B5AE68CC394994787EF5 /* IQTitleBarButtonItem.swift */, + 2FF4B6BD88D3FBA780EAF47061099F61 /* IQToolbar.swift */, + 5E0731E67AE396429A9B82A78D3EBB7E /* IQUIScrollView+Additions.swift */, + D669696FFE0153E3BA40159C60427783 /* IQUITextFieldView+Additions.swift */, + 1902FBBEA84619FA17D711CAED1B7D2B /* IQUIView+Hierarchy.swift */, + B04E96594880C4771FF4EA671758F98A /* IQUIView+IQKeyboardToolbar.swift */, + 5DD6230DA1A3EC13DA6C605A31810E27 /* IQUIViewController+Additions.swift */, + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */, + ); + name = IQKeyboardManagerSwift; + path = IQKeyboardManagerSwift; + sourceTree = ""; + }; + A1EDB0F7DDB17E7038D7C6F4C91BE30D /* FSPagerView */ = { + isa = PBXGroup; + children = ( + E08A47E7C6713E43412C3937DE95D228 /* FSPageControl.swift */, + 461C4BE730DF9C1176E6C41F31B78E48 /* FSPagerCollectionView.swift */, + 7205965575C8F8C519BE6665B9DEF6A8 /* FSPagerView.swift */, + 8914DFCD025F75F00FAA109232144154 /* FSPagerViewCell.swift */, + 273CF649E2D5ED60AE8C0D2BE913695B /* FSPagerViewLayoutAttributes.swift */, + EF65AD0971A6597DDE69B67DAD1871C5 /* FSPagerViewObjcCompat.h */, + 1A0B2FA919AF4645180669AD699097C3 /* FSPagerViewObjcCompat.m */, + 089E911BE725C6973243740FA823423C /* FSPageViewLayout.swift */, + 4F46833000A7982919E9F711DCFDB7B5 /* FSPageViewTransformer.swift */, + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */, + ); + name = FSPagerView; + path = FSPagerView; + sourceTree = ""; + }; + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */ = { + isa = PBXGroup; + children = ( + 08A45161C906DD5498F1E9E0E1210ECC /* MJRefresh.modulemap */, + 6AD0A17068DEAEEA97183D2038F45D6F /* MJRefresh-dummy.m */, + 4492BB2F32353DEF712BE14EEBB4734F /* MJRefresh-Info.plist */, + AA310C43DF738C0AFADA2227BB7A3860 /* MJRefresh-prefix.pch */, + 19B6C56273A66741ABD86BDC6E3A239F /* MJRefresh-umbrella.h */, + 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */, + E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/MJRefresh"; + sourceTree = ""; + }; + B1F9B5D77F8A4A3B255D23B1079524E8 /* SwiftyJSON */ = { + isa = PBXGroup; + children = ( + 982FFF697CCDAD5464D1B3EAC1E594D4 /* SwiftyJSON.swift */, + 075EED3748D62398375B36006C411DA6 /* Support Files */, + ); + name = SwiftyJSON; + path = SwiftyJSON; + sourceTree = ""; + }; + B2AB47B2440CCD86A503D491778A09A9 /* Support Files */ = { + isa = PBXGroup; + children = ( + DD59323705FA14BCA2EE809CA393811B /* ZLPhotoBrowser.modulemap */, + D9E66432F893F57D356A6A1F902B8FEC /* ZLPhotoBrowser-dummy.m */, + 5ED4201001BE6A4F91F820A66AB8EB9A /* ZLPhotoBrowser-Info.plist */, + EE0CAD7D6B21154DD105FCB793625DE0 /* ZLPhotoBrowser-prefix.pch */, + C81F652F3EF18AE076B102B8E92ECF71 /* ZLPhotoBrowser-umbrella.h */, + 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */, + 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/ZLPhotoBrowser"; + sourceTree = ""; + }; + B5CD0A19717C737F8438855DA1CCEE07 /* Support Files */ = { + isa = PBXGroup; + children = ( + 604B20A5D775EDC1E5DBF820BFE1495B /* HXPHPicker.modulemap */, + D2B567351663CB884FD1A72D7E443132 /* HXPHPicker-dummy.m */, + F98E640D2C106E86A839C6DD64BE8851 /* HXPHPicker-Info.plist */, + 090B17AC22C0274D4AC65819D47CD76A /* HXPHPicker-prefix.pch */, + ADC914C5C787AFC0662986F55239986A /* HXPHPicker-umbrella.h */, + 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */, + 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/HXPHPicker"; + sourceTree = ""; + }; + BA742DD62757A0298E7C921A8F096BBD /* Frameworks */ = { + isa = PBXGroup; + children = ( + 8867313626B3CA39F3ADF5654952AA50 /* AMapLocationKit.framework */, ); name = Frameworks; sourceTree = ""; }; - CAB737EFEE8DC254C563BAC435AB05DC /* Picker */ = { + BBA1C5302531F8B065A77AE8CAE1172B /* Support Files */ = { isa = PBXGroup; children = ( - 9232345232333E27879BE7B87C40322D /* AlbumListConfiguration.swift */, - F511E93AE036C4A95E8C78123748DAF2 /* AlbumTickView.swift */, - BCFD6F6AECC6268AFFC04FE0659A0654 /* AlbumTitleArrowView.swift */, - 55D83C48D980680782BC5188283D9188 /* AlbumTitleView.swift */, - 88FD90ED98CD8477375AB207AB570C23 /* AlbumTitleViewConfiguration.swift */, - B33A8A2840D6901ABD58E96E695D448A /* AlbumView.swift */, - 919220409561BE6416B4131B67D2FE20 /* AlbumViewCell.swift */, - 1FDA37C8C96DB9DDB666D8763118F04A /* AlbumViewController.swift */, - F878F976DC1A514377B319BBA39D8E78 /* CameraConfiguration.swift */, - C683B04A6885EC25E41F1A79E1EF7BEF /* CameraViewController.swift */, - B9566BB71A25594FBE3867F3F3DF0316 /* CaptureVideoPreviewView.swift */, - 1594C97AFB76B3599672EECBF390B4A7 /* DeniedAuthorizationView.swift */, - 37BC607E780CCA3367E87ECA79B0F5E8 /* EmptyView.swift */, - CCD2995A4242CC40B29D66A8FB1012F0 /* EmptyViewConfiguration.swift */, - C5137A80D7C16EB0F48902D903F786A9 /* GIFImageView.swift */, - CAF3E477C91D72BAAC6490ECFADE1CCA /* LocalAsset.swift */, - 82020D92DCE754486EE06C3BA37D649D /* NetworkAsset.swift */, - 517CE5E8F5509B93B5819D1B3C2CE29B /* NotAuthorizedConfiguration.swift */, - 7A7BCD96E3A4FB036B48EBFCC4B10AD2 /* PhotoAsset.swift */, - EF51F631D7D759198616639BE796E3D0 /* PhotoAsset+Codable.swift */, - C1ECF7F666FCBEA550FF672A85258869 /* PhotoAsset+Network.swift */, - FA92BB31FEA090FB33873C234F0C8530 /* PhotoAsset+Request.swift */, - 74C016FE8AD15B4D84261566FE746917 /* PhotoAsset+URL.swift */, - C6129608982CB3259179883711B9B29E /* PhotoAssetCollection.swift */, - 4FE98FCD5FEA82875571B609DF225083 /* PhotoBrowser.swift */, - 9840822974DEC0F56A6FF50558BE6B21 /* PhotoListCameraCellConfiguration.swift */, - 25E15A193000BF48970EC78BC3111311 /* PhotoListCellConfiguration.swift */, - 73A918A770A534A057331B530A3D7A86 /* PhotoListConfiguration.swift */, - A57AD2BBBCB4C586BB8ED07DAB5D1784 /* PhotoPeekViewController.swift */, - B3BF12E50A7B669A477418CACFAA831D /* PhotoPickerBaseViewCell.swift */, - AB6BACABE743BF24E066C328303085B1 /* PhotoPickerBottomView.swift */, - 450DBC72BBE1052E87528E915B8281DC /* PhotoPickerController.swift */, - FC9459C2C6200859C2BD2179BC10B116 /* PhotoPickerControllerProtocol.swift */, - 6D4B77D78A1369271E615BF2E7FA3799 /* PhotoPickerSelectableViewCell.swift */, - B53A4D3DB81D4C63440C3A0E86D69B01 /* PhotoPickerViewCell.swift */, - 5BA4507AB76374756B29C0352686DBB0 /* PhotoPickerViewController.swift */, - D59E7037E9E9D979130C131D18FC4631 /* PhotoPickerViewController+Camera.swift */, - 82E06FED2D64899BFA7F11BD89C0D095 /* PhotoPickerViewController+CollectionView.swift */, - F67C720BDDACD5746A2C93F8B8091F2C /* PhotoPickerViewController+Editor.swift */, - 64FCF69FAD727D247D07CC33CC57F4FE /* PhotoPickerViewController+Preview.swift */, - D0C48707B05C9AB3086A20D29D14D79E /* PhotoPickerViewController+SwipeSelect.swift */, - CE4A0EA6B7D396739308519929CC44B4 /* PhotoPreviewContentView.swift */, - 878118CC1DA70B245FA214CADBEA5A87 /* PhotoPreviewSelectedView.swift */, - FF86C5083DFD9F9005617BF30D57A67F /* PhotoPreviewSelectedViewCell.swift */, - A26899E829206A9C61402D0D30B0B50E /* PhotoPreviewVideoView.swift */, - 5F0BA8A91F54F231DDC6AF3767C6BE1F /* PhotoPreviewViewCell.swift */, - E7D346F093E61695BAF58CF11516B532 /* PhotoPreviewViewController.swift */, - FFB588EAAF7DE9251E42BEAF01B5C6A8 /* PhotoPreviewViewController+BottomView.swift */, - 307684D556C80F76C38CD6F242859499 /* PhotoPreviewViewController+CollectionView.swift */, - 651FBC7626D3517420D5B3F8326DD498 /* PhotoPreviewViewController+Editor.swift */, - DCD3C77A1311C3EAC5792C5D2A0ABE83 /* Picker+PhotoAsset.swift */, - F6277FB407F22B43D1396F548F8DD3CF /* Picker+PhotoManager.swift */, - 77531B3AF3F5AAB38A0CFD7523E9484C /* Picker+PhotoTools.swift */, - 3182B43EB500CCDA02A26C0FD08CDC06 /* Picker+UIImageView.swift */, - 4F6B719583492A7E1EEE388C37F33762 /* Picker+UIViewController.swift */, - A4EB2FB9E9DE1D6B80DD7BC6183B4276 /* PickerBottomViewConfiguration.swift */, - 038F92E8ABAC8E288EED6E3137A31F21 /* PickerCamerViewCell.swift */, - 30B066005A9CD18DB4C74C1B84F05692 /* PickerConfiguration.swift */, - D9FCD019480496D484A2986DAB8199F7 /* PickerInteractiveTransition.swift */, - 32D8F3E7C3A422B56E581D2059108A3E /* PickerResult.swift */, - 48D9B5ED82E22DF88BCA61F73D979E58 /* PickerTransition.swift */, - 718EBBD1F9A4BF67637D589635E1FAFD /* PickerTypes.swift */, - F3430EED608308A75AFB579A25425CE2 /* PreviewLivePhotoViewCell.swift */, - 1202C9C69DF2CDEA79A49A9218B6A703 /* PreviewPhotoViewCell.swift */, - 4B5DA00C989FEA29F875C47B62C0C315 /* PreviewVideoControlViewCell.swift */, - C81992C671228661E80470905493FFB1 /* PreviewVideoViewCell.swift */, - 7A76B423ADD2E48D287E55D27E4CFFFE /* PreviewViewConfiguration.swift */, - ); - name = Picker; - sourceTree = ""; - }; - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */ = { - isa = PBXGroup; - children = ( - AF1E338F4C7964F0F85E88576AEA825C /* Realm.modulemap */, - BB582250515FB18673819F5550349ACF /* Realm-dummy.m */, - 129A9BA25F3224C4A10F7ADB5ECB530A /* Realm-Info.plist */, - 5081A3193097C402328890EB841AE798 /* Realm-prefix.pch */, - 9896D7044A121C44148A84E311323ED6 /* Realm-xcframeworks.sh */, - 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */, - E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */, + 3E76B93279774D446EF34FFB599A7E05 /* SwiftyRSA.modulemap */, + 35F2E3AEF0544F627E33771EE045A2DD /* SwiftyRSA-dummy.m */, + ADD6EF048A5FB0B5BCA1868B62E47C4A /* SwiftyRSA-Info.plist */, + 9EF7DFD97D531AD34AE7C5864797EB20 /* SwiftyRSA-prefix.pch */, + DE4952352DE11EAFC535040EF470E166 /* SwiftyRSA-umbrella.h */, + C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */, + DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Realm"; + path = "../Target Support Files/SwiftyRSA"; sourceTree = ""; }; - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */ = { + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */ = { isa = PBXGroup; children = ( - 665F9326756E2C23B87EBA40A7F8A6A0 /* Alamofire */, - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */, - 375CC506DEA3E1B3A38C5CF9EE34C531 /* AMapFoundation */, - 741B7F25E3B8CBE7C0E03F9B0B6B5B8C /* AMapLocation */, - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */, - 43D2343625795C2E39CA4236C68D4A3E /* FSPagerView */, - 5FD6C353A527EFB3A94301ABE1FFCE6B /* HandyJSON */, - 9032CD3ABFEE08CC782560D8CF04E1DD /* HXPHPicker */, - 86E4BC27BEB76FDAE7A484DD2F38DA09 /* IQKeyboardManagerSwift */, - 822F5A99EBF1CEAB9E30D69004671BCE /* Kingfisher */, - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */, - 693DB4D13034AAC5AE29DC33DF9BEB59 /* MJRefresh */, - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */, - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */, - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */, - 6DCFAA08B730F88ACEBC933219D1E572 /* SwiftRandom */, - 53D15343E1F51D5B75F65F8809289078 /* SwiftyJSON */, - B7AA0C3529ACFB03D9EA59A227D029C2 /* SwiftyRSA */, - 592CEB1CB1E55529E6EEC7376CB46478 /* Toast-Swift */, - 43B263C91DB4149734F987850FFE4871 /* ZLPhotoBrowser */, + D8990EC1E39359417A26BECA0D028350 /* MAMapKit.framework */, ); - name = Pods; + name = Frameworks; + sourceTree = ""; + }; + C6260FE8CB4EB5CF2AF3BDD55AC59802 /* Editor */ = { + isa = PBXGroup; + children = ( + B9500A8C4BB2FA3CFE6EFA93D020F482 /* CropConfirmViewConfiguration.swift */, + 202248515292DC752A9C0DBD0F558859 /* Editor+AVAsset.swift */, + B8185ABD4CD2BBE20CBEB32FAE5C024D /* Editor+PhotoTools.swift */, + D8AFDEED956F1F63EC51FE98EA0E2AD7 /* Editor+UIImage.swift */, + D2E62E87AE2B8C85DF1A462C63D2E375 /* Editor+UIImageView.swift */, + 11DB11B8CA0D5C23F272109B3A24E265 /* EditorChartlet.swift */, + 364FB36A3EDBFA09BB3C25ECD8B40276 /* EditorChartletConfig.swift */, + 144083B473EF8663E9422F62B16E5C05 /* EditorChartletPreviewView.swift */, + 67AEFF7D53BB43BBA80CF6A19CE2FF34 /* EditorChartletView.swift */, + 58D380BFDE069F38A323FACE463D110A /* EditorConfiguration.swift */, + 5925DB72668C9712B8DF85182CB9F0C9 /* EditorController.swift */, + 1D34CEF157827DFA8C1589C359B878A4 /* EditorCropConfirmView.swift */, + C4A3728A266D4ECC86504650B627532B /* EditorImageResizerControlView.swift */, + 92ADEE9FFD5B36B51523CFB36E71E80D /* EditorImageResizerMaskView.swift */, + 5E4AFEA520ED601089E81C2C702DBDF2 /* EditorImageResizerView.swift */, + 22B46137A14DF5AD6E03D9122BED7BB6 /* EditorStickerContentView.swift */, + 2C7D1164D7E878E1904D8D84F8501A71 /* EditorStickerItemView.swift */, + CD24299663AC63CEE1BB59477006FD83 /* EditorStickerTextView.swift */, + 2E124EC6B7EB896DB89727EB0544A11F /* EditorStickerTextViewController.swift */, + 7A91D02FC4BFBF977533C90F306CBE45 /* EditorStickerTrashView.swift */, + 8C590B4A9B52CB608FE046EF9221FDAA /* EditorStickerView.swift */, + 7699B04912237CAE19D0D6615C82745A /* EditorTextConfig.swift */, + 4C68B68AAC6D93DB649538EE06F80074 /* EditorToolOptions.swift */, + 266B2821148A730D79CC913BB6CF5F03 /* EditorToolView.swift */, + 2AD6942D3A3185CC205439DB41A963A6 /* EditorToolViewCell.swift */, + 64C8747315E395A8590C970A5F349981 /* EditorToolViewConfiguration.swift */, + 75B47E27255E557FA700E6AF8EC8E0CD /* EditorType.swift */, + F24A7E6EFB0509281F9DD3A47F093EFE /* PhotoCroppingConfiguration.swift */, + 5D10EF2BA613BA9795B5685187E2FB0D /* PhotoEditorBrushColorView.swift */, + 8A519428E27CE4AA26A3D88BA30E3940 /* PhotoEditorConfiguration.swift */, + B575E9688ED720E926D1F8D6B22845F6 /* PhotoEditorContentView.swift */, + FB825C3CB2A191069011CF92F181D08E /* PhotoEditorCropToolModel.swift */, + A5CA26AEFBF57B277F0D646941188A6A /* PhotoEditorCropToolView.swift */, + 4759C9A25458A028646ABC737EB0CCA9 /* PhotoEditorDrawView.swift */, + C9520F327B374EE40FCDB15B1218C9AE /* PhotoEditorFilter.swift */, + A647C123A49BE950A08AEF56134F820A /* PhotoEditorFilterView.swift */, + C8594B1CAD0F7B7172A3F83F1814A9C7 /* PhotoEditorMosaicToolView.swift */, + 54C07D5A531EA5D29B54CDDEC570C13E /* PhotoEditorMosaicView.swift */, + 3E5128DBCD562282CE96D6D47D4CD641 /* PhotoEditorView.swift */, + 19B224EA8A0BCEAC10BD3416BCAE09BA /* PhotoEditorViewController.swift */, + 9BB988443B144828AB0FED3FD7F86922 /* PhotoEditorViewController+Animation.swift */, + 749CDBCC81CA667230CF23EF46AF39DE /* PhotoEditorViewController+Export.swift */, + 05458F787449AE78AE04DABFED45F0B2 /* PhotoEditorViewController+Request.swift */, + 2431803D70380F029239888A0D5152B8 /* PhotoEditResult.swift */, + 91D58645B6FBB661CF700C3E8ED7CFF0 /* VideoCroppingConfiguration.swift */, + 732BC536EC8A963C8240A322B8F8871D /* VideoEditorConfiguration.swift */, + 9EE48DB3AF95F2E77E0BAC74604957EF /* VideoEditorCropView.swift */, + 49121F1950887EBE916A058E65319575 /* VideoEditorCropViewCell.swift */, + 07A81EBBEFA17F9FE2081FAD42832D75 /* VideoEditorFrameMaskView.swift */, + 57B265219B1562FF07771519C8709E48 /* VideoEditorMusic.swift */, + 39329BCEFD3A245F22DE9DB18DFA5CB3 /* VideoEditorMusicAnimationView.swift */, + 81E56872B45F046D993C63E47D5D91DF /* VideoEditorMusicView.swift */, + 02ED7AD7E35100AC16C865054F1CF28A /* VideoEditorPlayerView.swift */, + 9C5180D3827A7FA888D07BD3C6CDE7DB /* VideoEditorSearchMusicView.swift */, + 3A4CA096A6A264C86B60C86B29FF0436 /* VideoEditorViewController.swift */, + D900A785308C11D9503C1154C1313FDC /* VideoEditorViewController+CropConfirm.swift */, + 2217C9398FC0328BBB647550DDE39D70 /* VideoEditorViewController+CropView.swift */, + 6369BD6B915F18F42E0852598ABEAD4E /* VideoEditorViewController+Music.swift */, + 9697AE8126A5FC9F8C29749A581C4E99 /* VideoEditorViewController+PlayerView.swift */, + 714EC100919737EE9F0ED43BDC9EF55B /* VideoEditorViewController+Request.swift */, + F5F01FD467F1D809BB509FF266EAEB0D /* VideoEditorViewController+ToolView.swift */, + 3543CBE39C12EAE765BAD1706DCF8AA5 /* VideoEditResult.swift */, + ); + name = Editor; + sourceTree = ""; + }; + CAEB5ACC8E61F141239C53B9FBD0D677 /* Alamofire */ = { + isa = PBXGroup; + children = ( + 474923A75A73BC7088F629E6C06CA727 /* AFError.swift */, + 2517760445A94567DA523F18A1D05D38 /* Alamofire.swift */, + 41071B5339DA9F902C52A412717F8A2E /* DispatchQueue+Alamofire.swift */, + 037B894914C6BF8D07338721EADBF34A /* MultipartFormData.swift */, + 5C2B797E79D396F6B53A537EE50D89E1 /* NetworkReachabilityManager.swift */, + 0F5249439EC20CB65E3C44E5B89E8E0C /* Notifications.swift */, + 0DFCF5931C1FFB3210E0FBE58724061A /* ParameterEncoding.swift */, + E47BB29A6F8B2AC7502D7318F8748D78 /* Request.swift */, + F180D075BBA128AC428EEB97A282E849 /* Response.swift */, + D24411A8DE933B4F0CA94DF387B5558B /* ResponseSerialization.swift */, + 0D8D347AF0ECD27BCDC7ACE2C9B269B3 /* Result.swift */, + BDE216F34A192F2D9FC434375D4F911D /* ServerTrustPolicy.swift */, + 6A811492566BE243ED5D66903B11BAD1 /* SessionDelegate.swift */, + B99383E472FF0EB7ABFFF3D4E60A6EEE /* SessionManager.swift */, + A190962455223D56749760A7535D5954 /* TaskDelegate.swift */, + B6328BF4CB2EBCB5C4FA7D31F77D2C11 /* Timeline.swift */, + 755671FF8EBAF16E947661984BF44A0F /* Validation.swift */, + 76462B5E46B38618474D1818CBBDCF4B /* Support Files */, + ); + name = Alamofire; + path = Alamofire; + sourceTree = ""; + }; + CD7452B33F0FCA9B6A290025A5408134 /* Hue */ = { + isa = PBXGroup; + children = ( + 50A40BE58D05AF87824352F0C820BA1B /* UIColor+Hue.swift */, + BB98ED7F4465689E0BE99EFD10D56A97 /* UIImage+Hue.swift */, + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */, + ); + name = Hue; + path = Hue; sourceTree = ""; }; CF1408CF629C7361332E53B88F7BD30C = { @@ -3047,361 +3173,278 @@ children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, F7903037232DF71A854E0216F00BE1BF /* Frameworks */, - CC8AF4096F3231D1474E0DC4DCE33D24 /* Pods */, - 0603D462403BBF11E082CEDDF6B4E701 /* Products */, + 3E1F9138A15BCD8364B8BB004BEB8E17 /* Pods */, + D96754AF0D5163ABA1A37540DD38BD7D /* Products */, 05710A4924E8BCB4D297B7F287E85F45 /* Targets Support Files */, ); sourceTree = ""; }; - D1F3C18B36323A1E452A9129509A9A72 /* Support Files */ = { + D709830C06A2AA88755F8551426229C4 /* Support Files */ = { isa = PBXGroup; children = ( - 1E467E731AFB6067C1D53B299440E024 /* Alamofire.modulemap */, - 8371B86547CFA126DFDAA85EEE17F098 /* Alamofire-dummy.m */, - 092C64A7E26CF759FC2BD9D206CBE8C2 /* Alamofire-Info.plist */, - 2C1AD5869BBEFB5A6BACAABC63F7FF29 /* Alamofire-prefix.pch */, - 852979B909AA22297F897F7A564408B4 /* Alamofire-umbrella.h */, - 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */, - 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */, + 4DB97DE218935EDB1D625B79146BAE43 /* Realm.modulemap */, + 9C3BBF89C1A9D6BA470FA2CCB6B81D7C /* Realm-dummy.m */, + FCD34FFA41F2BCB923389EC0B8A32EA5 /* Realm-Info.plist */, + 797D553D1CDC4223DF786DDDB8A43748 /* Realm-prefix.pch */, + C0942D257A74080F26D25756601483F8 /* Realm-xcframeworks.sh */, + 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */, + 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/Alamofire"; + path = "../Target Support Files/Realm"; sourceTree = ""; }; - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */ = { + D70DA4A7C8CD9EFB253A2BFC060395AB /* Toast-Swift */ = { isa = PBXGroup; children = ( - F73C3B2BF04CFC5309B16B9E23BB1EA9 /* MBProgressHUD.modulemap */, - 34053D253293C03CA831A6329CF1834D /* MBProgressHUD-dummy.m */, - 4A53B0DA034BA4F5A5F7BE7BAE2CDF27 /* MBProgressHUD-Info.plist */, - D2A5B5B992D700674B33CE683F8711D3 /* MBProgressHUD-prefix.pch */, - 7EDECCFBC16EB50C523C7CD62DA027C5 /* MBProgressHUD-umbrella.h */, - 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */, - 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */, + 911275371E8AA5D197954D617F5EF924 /* Toast.swift */, + 4D703AD450925715806CB1E83E9B2796 /* Support Files */, + ); + name = "Toast-Swift"; + path = "Toast-Swift"; + sourceTree = ""; + }; + D96754AF0D5163ABA1A37540DD38BD7D /* Products */ = { + isa = PBXGroup; + children = ( + 5D797E9A5C5782CE845840781FA1CC81 /* Alamofire.framework */, + 68F2C65A1A1A7BE24AB918C9F6FA176A /* DefaultsKit.framework */, + 0F47FB5E28EE8C8342B1776D813D1A4C /* FSPagerView.framework */, + CD54121DDA84872534168702B5F92950 /* HandyJSON.framework */, + A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */, + B313762A2C974EF09CE7FBAC374B6DFD /* HXPHPicker.framework */, + A8E950A16D00F649C54FFB30F81D7842 /* IQKeyboardManagerSwift.framework */, + C3F44C782D64D7EB20B61CE3844EBFAD /* Kingfisher.framework */, + 8B8FAB0D627B17EDE1366984278705D9 /* MBProgressHUD.framework */, + E49D6D248DD1CEE584E6776B9164A1B2 /* MJRefresh.framework */, + DCF09D874F58C4D6229BCFF3DE6E6258 /* Pods_LaserMethane.framework */, + 921BE4A82C4A7A5C72A0C6F8B8FEF200 /* Realm.framework */, + 437919EE08EC6BFCCBAC3BD346309742 /* RealmSwift.framework */, + 979486118B3E90C08386079D57962701 /* SnapKit.framework */, + 3A06431B96F10E59F9025F5FE005A51C /* SwiftRandom.framework */, + E23C076BA70925415F490FEDB215DA92 /* SwiftyJSON.framework */, + 0DA4828908E30CE4A29CB9AD3A405635 /* SwiftyRSA.framework */, + D6043471C96F93DC41F7DD1E0D7D8B35 /* Toast_Swift.framework */, + BB28130B0F4C47DC99D2DB9C80F70152 /* ZLPhotoBrowser.framework */, + ); + name = Products; + sourceTree = ""; + }; + DA542E4CF2C99E0FA19FB9EAFE8A1D2D /* Support Files */ = { + isa = PBXGroup; + children = ( + 4F6BDCF56F8BE96F0323A691DA84FA38 /* Hue.modulemap */, + DEF45DBAE2BCBD7432062C061469A040 /* Hue-dummy.m */, + 16EA224F7F52EC6CBFC52FC2B63CFC46 /* Hue-Info.plist */, + 0724B435250F3B7FB61EF93A1C8BCDF2 /* Hue-prefix.pch */, + 8304FB92F9FA50B49B3D0F08BD16A232 /* Hue-umbrella.h */, + EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */, + 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */, ); name = "Support Files"; - path = "../Target Support Files/MBProgressHUD"; + path = "../Target Support Files/Hue"; sourceTree = ""; }; - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */ = { + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */ = { isa = PBXGroup; children = ( - E78C30D7FD24F393A7AA3DE50E62B598 /* SnapKit.modulemap */, - 6B652802C93A1FE7EA1D8E0AB46BC08E /* SnapKit-dummy.m */, - 3F1956CBE5AB5FA098AE46B07C9BB147 /* SnapKit-Info.plist */, - 5810D5C5F2780163A70EC27F5C50E920 /* SnapKit-prefix.pch */, - E7FADC7A8F60958950598E8A68F5D3DD /* SnapKit-umbrella.h */, - 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */, - 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */, + BA3BF4B26A735A755874B405C63FEC67 /* MJRefresh.bundle */, ); - name = "Support Files"; - path = "../Target Support Files/SnapKit"; + name = Resources; sourceTree = ""; }; - DBA3F97C234BF30F05489C4F92846A5C /* Support Files */ = { + DDC692864E3F257E25B10A28486023CD /* DefaultsKit */ = { isa = PBXGroup; children = ( - 125094DBA53C8F85D5FBB521D6AF04AD /* HandyJSON.modulemap */, - 719B03EAF944B50432CF72F555F13E98 /* HandyJSON-dummy.m */, - CFC69B4A5E54F0AC9EA5B6C6E9840EA1 /* HandyJSON-Info.plist */, - 9CD7D063E58380095E90F56A292BCE41 /* HandyJSON-prefix.pch */, - 1E8F946E6DC151FEF2914D76A5B850D5 /* HandyJSON-umbrella.h */, - 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */, - D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */, + 7F90C0557865BB70D9A706C49F5982B7 /* Defaults.swift */, + 28FDBB2027F749F2D681A2D6871A6B03 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/HandyJSON"; + name = DefaultsKit; + path = DefaultsKit; sourceTree = ""; }; - E1D2E8ADF5868D85CFD95171A0590F22 /* RealmSwift */ = { + DDEE637B6D0258B932E35B50AA2AB231 /* AMap3DMap */ = { isa = PBXGroup; children = ( - 5E42E145B53ECF8E695B8A2E25BEE823 /* Aliases.swift */, - 713E7F6A7DB999D9A56E95D78443ACA1 /* AnyRealmValue.swift */, - D07F05414883C21DC1993B9EF6ECF78D /* App.swift */, - 6937ABC988194ED5F5E75E0C0EABD5C1 /* BasicTypes.swift */, - 44EF6148250856F4E957B3384D249023 /* BSON.swift */, - 41CBA47EA5D2F4A09A38C3D2FF62E9CE /* CollectionAccess.swift */, - E073AC3365C72F6C3AB4E82E08B48110 /* Combine.swift */, - 848375BE08164D8575627E52D0181371 /* ComplexTypes.swift */, - AF002A8FDCF613CFBD6AB1E62FDCC617 /* Decimal128.swift */, - 5A3EE9C4AEA0EE7B2880B099ECE773D8 /* EmbeddedObject.swift */, - A515CE68CAE11AF8DBB15329873F98BE /* Error.swift */, - E24AA246D0C5271217E95B354497711F /* LinkingObjects.swift */, - 36CC61ACC1B385CAA7D533DA68D442A2 /* List.swift */, - 7D4F4B2F29744131713AF87028991ADE /* Map.swift */, - E623CF127DBC7B965C4AEC9FEB95D1B1 /* Migration.swift */, - 520CFA748C905B9B0D6B2B4ECAAA0B02 /* MongoClient.swift */, - 5A13386FBA2974264861722797E6EEA7 /* MutableSet.swift */, - 2E4A331DFE513CFE197FD1F797D2B1DB /* Object.swift */, - 25DC7A79F12E532720EAE2B91AE29FA8 /* ObjectId.swift */, - 6C79BB1A40FEB44BFB518674B444D1BC /* ObjectiveCSupport.swift */, - B1620A775945CDDC36AEA431CFCB8BB1 /* ObjectiveCSupport+AnyRealmValue.swift */, - 8CD4ED0619B955EBF0D0B5F9CD5347D8 /* ObjectiveCSupport+BSON.swift */, - 3E7807E7D3EF119940C744C4C0A77776 /* ObjectiveCSupport+Sync.swift */, - 3609CE8D08F321E5FE088E03D1D6F237 /* ObjectSchema.swift */, - 8E8ED5DF7F5B30FCFE744FBCADEC8D0B /* Optional.swift */, - CFBC7ADAEAEFE576699EAB6E85FC7CE8 /* Persistable.swift */, - 798917C6F285C93925330D08A53C6A54 /* PersistedProperty.swift */, - 7A15176C96A54934908F24154DB94635 /* Property.swift */, - 5C5B8D04106D4409EA1969D6D5C5F97A /* PropertyAccessors.swift */, - FEC852BE97AA4F47810788D31F27A039 /* Realm.swift */, - 98AB3DBC2D665D77A2F866CF3ED1336E /* RealmCollection.swift */, - 31C1EC734C6C231D3C7B710DA0400B90 /* RealmConfiguration.swift */, - 7FE2B098E90BA714D1F9890C84B39510 /* RealmKeyedCollection.swift */, - C3BAD79B6DFC1562513FDD014E08ED23 /* RealmProperty.swift */, - C77A2EF51A3656314C9918BC1983870A /* Results.swift */, - 38D33268C4146285CCAE45931FA1336E /* Schema.swift */, - 57E89544A7101D4D2C013A258E045B6B /* SchemaDiscovery.swift */, - 38D25B1FE26FAF7A0CEB3D6EDEBE66DF /* SortDescriptor.swift */, - 333CBCF3B8C0B422069020BF6C25B484 /* SwiftUI.swift */, - 41C1C9E6EB1DC6BD0D22C8CC31D7DF84 /* Sync.swift */, - E5DB7FD5600D7D4766EFBE496F3575BA /* ThreadSafeReference.swift */, - BD8FF11E8EF3FF791A1B36112C60DA50 /* Util.swift */, - B0831BD1A9E01FAD906C7165DA0045D0 /* Support Files */, - ); - name = RealmSwift; - path = RealmSwift; - sourceTree = ""; - }; - E84FB6CDE0C27B17C1DA991C4328C161 /* Realm */ = { - isa = PBXGroup; - children = ( - 2A7E0C3789252F55B6D10B098562E68B /* NSError+RLMSync.m */, - 77C8C9F4794BC159121DEFA58E98487D /* RLMAccessor.h */, - 1EE1D154E71986E13E6617C6AF2C5CBB /* RLMAccessor.mm */, - B2D35705431EF47767EA429CBEE4070F /* RLMAnalytics.mm */, - 14BEF3378729DD272EF423BC561A3449 /* RLMAPIKeyAuth.mm */, - A53A0EAC21B840C1F807D908AE8156BF /* RLMApp.mm */, - 5CE596401C2454B809734A56B0EE859F /* RLMApp_Private.h */, - 8D152A9A7C6880B16D7096E8EA8D3330 /* RLMArray.mm */, - 1F29E4259612FA307F7DED83F8B4EDF7 /* RLMArray_Private.h */, - 07DD14841E51801C0A10F84BC9E5B28B /* RLMBSON.mm */, - 507C48CCD365D46EFC4E792AA5C48BF5 /* RLMClassInfo.mm */, - 59BBF0EA3FDFDB398843C0896A66F9A5 /* RLMCollection.mm */, - 8F9CD61513B0312EDBCA9EAC65941FC8 /* RLMCollection_Private.h */, - 3CC2B07B6D986E6A8BCFB0402162A3E3 /* RLMConstants.m */, - 1F302A2439198C0DF962DC190D1497BE /* RLMCredentials.mm */, - 99E928B32B862C38ECF7BB2A0B91590B /* RLMDecimal128.mm */, - CFC609D19CF12E046B54009E43A63006 /* RLMDictionary.mm */, - 958FF9DCCDFC9C03DA3BA61DE1CB1BDA /* RLMDictionary_Private.h */, - 52B3B4F545DEC5B018487458886E7B73 /* RLMEmailPasswordAuth.mm */, - 769E3200DA4D0FD5DEF33FF4D762328D /* RLMEmbeddedObject.mm */, - 2B0F4A3276F2F4D55FD8EF0E42F4C06E /* RLMFindOneAndModifyOptions.mm */, - F13012E0EE4E33F07200A189CE0AE185 /* RLMFindOptions.mm */, - EB900B3CBB707CB93B234870F89EF326 /* RLMManagedArray.mm */, - 536D79F85A17A2C376A9931EB64889C0 /* RLMManagedDictionary.mm */, - 4D05819161E6782660F335DBD04D10C5 /* RLMManagedSet.mm */, - 62166D7A24C7BDC0ACE314E6A0CB6932 /* RLMMigration.mm */, - A8282F7CB76A7F82DA41BFC8A36ED7EF /* RLMMongoClient.mm */, - 87A3D542CCD5901B2BBA9C392A5182B3 /* RLMMongoCollection.mm */, - BF40EB7C3D1FDADBE4010FA0B3074F9A /* RLMNetworkTransport.mm */, - A139694CFD47CB02F210DD2D8E9EE403 /* RLMObject.mm */, - 52B2C599241EE6873AC3780A25A5EDEB /* RLMObject_Private.h */, - 3596E82BA233FC292CE54EA7F6F651DC /* RLMObjectBase.mm */, - CE9DEEFF8FCCEA09BD5DCCB3FDBCA44A /* RLMObjectBase_Private.h */, - 81C478886EADF6D7463BBF3AE50DB615 /* RLMObjectId.mm */, - 5189230363B3096F4348E8331D8A2FBC /* RLMObjectSchema.mm */, - 8A9E46126C51DFEEDDC54868F9EAD9C9 /* RLMObjectSchema_Private.h */, - 80B00CDBD5396E5E12324346285ABF04 /* RLMObjectStore.h */, - B2594FBABACAE077AAC95FB761E98C72 /* RLMObjectStore.mm */, - 64BABE2E0443BFF6536D153295759392 /* RLMObservation.mm */, - 3F397D1067DF940778855C2C281C4B4A /* RLMPredicateUtil.mm */, - 5CF8C0160B9CF01DB0ECD775E35EBF99 /* RLMProperty.mm */, - DAC63EF4105C12D1F3057E0229BF7810 /* RLMProperty_Private.h */, - BC0B45F99EFDF80BDF9BC5302516377E /* RLMProviderClient.mm */, - 048BC9F8587CE7C0C54C0A74F034A4AF /* RLMPushClient.mm */, - E9D83FA919A6EF84C24EE1B21C28FCC2 /* RLMQueryUtil.mm */, - 468D818CCBA925A5890E216D0FA85623 /* RLMRealm.mm */, - F6C4F8B43B2D0A01921FA2BE699DA8AC /* RLMRealm+Sync.mm */, - C7C677002938B9E42DBC1DCD4CE9D198 /* RLMRealm_Private.h */, - 15C7CD90523B6EA2F32AF495342D025F /* RLMRealmConfiguration.mm */, - 92F2653E0EABF8CB3416995D998F27CC /* RLMRealmConfiguration+Sync.mm */, - 03363E9FFAFF8DDEDC67CC73EF3A240A /* RLMRealmConfiguration_Private.h */, - 68EE179E60FE285A5B2CAA42F044C5FD /* RLMRealmUtil.mm */, - A30CD496972B904D550FD1EB660D631C /* RLMResults.mm */, - CF17B4875C95CB4319DB1903147E95D1 /* RLMResults_Private.h */, - 3442210C64AE4E4043E6F8E7B50CF8F1 /* RLMSchema.mm */, - B3F3BA4A672AA28F330825D8A5381EA2 /* RLMSchema_Private.h */, - 6548F4107C42731FDF037F294C3F1CC1 /* RLMSet.mm */, - 70AC25678C2F4255DD52995ED90573D9 /* RLMSet_Private.h */, - 135104716DD1FC2E1D434F57148E92E1 /* RLMSwiftCollectionBase.mm */, - 3D2CAF8E2714A480C412AE3C40B118BE /* RLMSwiftProperty.h */, - 05AB15068E2F84D8231D8C42F1836846 /* RLMSwiftSupport.m */, - FAF0B19B9850D1E5B4D8A41AF1B7A870 /* RLMSwiftValueStorage.mm */, - 14DB0C79EA6B236627470EECFEC0EBAA /* RLMSyncConfiguration.mm */, - 2A38D232C93902AE06B1922AB3FF311A /* RLMSyncConfiguration_Private.h */, - CEA5426599AC1AAA3F6D3D3698455EC5 /* RLMSyncManager.mm */, - A0F76A239C4A9052927679E7F484A43C /* RLMSyncSession.mm */, - 95FEEA56C59D18925C6AEBBF5FA4744F /* RLMSyncUtil.mm */, - 76F7E104F68B1CBC5A84E3F42380013E /* RLMSyncUtil_Private.h */, - 79C0D7A82C96B1C54924CD3F80F233D1 /* RLMThreadSafeReference.mm */, - 8A02766AF57D9FC98D4ADF33EA3693E4 /* RLMUpdateChecker.mm */, - 97CB8AD8DACE679E7B16B4D80E9F0B4A /* RLMUpdateResult.mm */, - 2172A93076AF0ED0D5AB5742685A79F9 /* RLMUser.mm */, - F122FB153EF8F3E98F40369BCDB0B75D /* RLMUser_Private.h */, - 03BB935687B5CB4CB17E2461070B2908 /* RLMUserAPIKey.mm */, - 1FF8E067AD397637ECF69B23B974C621 /* RLMUtil.mm */, - 5B0B2D196AB148224AB51E990990569E /* RLMUUID.mm */, - DF6CE468B5A958DD2628A0AA77C6C201 /* RLMValue.mm */, - 2A1ADA97C6BEEBDE79FE34437969C51F /* Frameworks */, - B5D9918E86AF6F55E9341ADD2F25246B /* Headers */, - CB2501102E8FB1F1E6B80D123B495607 /* Support Files */, - ); - name = Realm; - path = Realm; - sourceTree = ""; - }; - EB2690FA6D77681B2BD4C3CD7F580058 /* Support Files */ = { - isa = PBXGroup; - children = ( - 14BD33272C7774A72B3938E9C9B5C12E /* FSPagerView.modulemap */, - BA4F611939CEFF6E7C9B2F4DC0019F82 /* FSPagerView-dummy.m */, - 97E21DAF6817B1644537E30AC7707198 /* FSPagerView-Info.plist */, - 44308B068A6E02046DFADB4366124725 /* FSPagerView-prefix.pch */, - 9F149E16DB661007200B48A0010A5EE4 /* FSPagerView-umbrella.h */, - 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */, - 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/FSPagerView"; - sourceTree = ""; - }; - EB5B74ADF0B8342B5A0B2B6E87E47875 /* AMap3DMap */ = { - isa = PBXGroup; - children = ( - D39C40F7926A46737CBC94D15AB0CFF1 /* MAAnimatedAnnotation.h */, - 35CEBA87350522D370E22669ABADA85F /* MAAnnotation.h */, - 27A4265C1B960AE7F3C5E47A65F9352B /* MAAnnotationMoveAnimation.h */, - 6CB19EB5897BEF7CE2F5CAB5A7F67FC2 /* MAAnnotationView.h */, - 7B4874269F24A647F6D49C789027B2BD /* MAArc.h */, - 06142E368FB19C85A134D26DBD24AB79 /* MAArcRenderer.h */, - 40EB7A0CB3F63652FA480E388D92C848 /* MABaseOverlay.h */, - 05DD13625B346EEEA82306647CA2A70A /* MACircle.h */, - E95DEE9E00BC17EDE14BF4C197580250 /* MACircleRenderer.h */, - 76071D1D8A0ADC5A937F2BEEB1C632A5 /* MAConfig.h */, - 609EA15A43798FEE7B87F41F2BE93EC6 /* MACustomBuildingOverlay.h */, - 70035BB98A1E1C568C5B51BF49268629 /* MACustomBuildingOverlayRenderer.h */, - 29105561A00AAC1D48D37488CC1EA986 /* MACustomCalloutView.h */, - 4E7753A84C87F45B76D3E1D37509242B /* MAGeodesicPolyline.h */, - D2611230D5F7EE5874D05B42321A14BC /* MAGeometry.h */, - 6A2710C3D80A9F558CD2BFCBED004004 /* MAGroundOverlay.h */, - 7C46C983778140CB6827A3D535C6A261 /* MAGroundOverlayRenderer.h */, - 7AE0F990CBEC10A84A099BED96C5ECF8 /* MAHeatMapTileOverlay.h */, - 7DCA49ADD64A4B3F2178DCD23F4341FE /* MAHeatMapVectorOverlay.h */, - 14CB7D6510FD8E2DDE77B76AED32AE20 /* MAHeatMapVectorOverlayRender.h */, - BD2CACFD1E0BAF8E57E87FCA57DF60EE /* MAIndoorInfo.h */, - C44A104B28EC3D212176C621AA720038 /* MALineDrawType.h */, - 1972E7D87450318D38F84C490528757D /* MAMapAccessibilityIdentifier.h */, - B190E3DF8212B7A2410C2A93B01E2E38 /* MAMapCustomStyleOptions.h */, - F2D60A2E6D8D1415FE75C41D76F5D783 /* MAMapKit.h */, - 118F3773CC3C41C4EA9C898EE9693796 /* MAMapStatus.h */, - 705B29D8A80DC1DFE10D00C1AF693422 /* MAMapVersion.h */, - 67D7D613D353A84B82A68D5AC89CC5E8 /* MAMapView.h */, - 7DBE37A85A9027D7F3C628FE38E45191 /* MAMultiColoredPolylineRenderer.h */, - 0E1CB5749F9EA036F0E8EEB00822EF13 /* MAMultiPoint.h */, - 639B8EA0ECBBF888BF44F2757B47E5C2 /* MAMultiPointOverlay.h */, - 3A93E4704A8B7DB048E19D264C874164 /* MAMultiPointOverlayRenderer.h */, - 0E0EF47FABE0269EB07F0BC9BE34109D /* MAMultiPolyline.h */, - 1C4B9DF6E3260C830D85D2F033987500 /* MAMultiTexturePolylineRenderer.h */, - 1D6CE4C0E91763F9BAB34D9AC04E6046 /* MAOfflineCity.h */, - 86EDA8B7DF6161CF703B641972901AAD /* MAOfflineItem.h */, - 4F88B026559B723F694509538F42BF1C /* MAOfflineItemCommonCity.h */, - 0CF58A72AEA8596BDC1192C69E8EFCA6 /* MAOfflineItemMunicipality.h */, - 2426E6063AE5F2639102BA2025986C42 /* MAOfflineItemNationWide.h */, - 23CCDC13D0E60F1AB3B47716EA7F2CC7 /* MAOfflineMap.h */, - B404500533074CF1B68ADBE8F94CB569 /* MAOfflineMapViewController.h */, - 19F77D5B88A3DBBBCF460731BF02AF7B /* MAOfflineProvince.h */, - 5A8C446A272C16005E5CC11BF8DD2D4F /* MAOverlay.h */, - 10EFBE62470F4E9389968E6DBFD9A252 /* MAOverlayPathRenderer.h */, - 7ED91FC933A1BBE51120768CD9F715D7 /* MAOverlayRenderer.h */, - 66EB9D4F9DF13A7706A61EEF1B0A76C2 /* MAParticleOverlay.h */, - 212001D04CD57731B8C0134FE115B77F /* MAParticleOverlayOptions.h */, - 88BCBE6299FB8F59DC073E2F0CF09138 /* MAParticleOverlayRenderer.h */, - BE87AB67D69F3B3B7B14D36E6B93889E /* MAPathShowRange.h */, - F597E6DDB92E0007992CB78A6A923764 /* MAPinAnnotationView.h */, - E36A50D6B2568111ACEB8D4FABD9D6B8 /* MAPointAnnotation.h */, - AC3591DC35B8794470007046CD3DDB4E /* MAPolygon.h */, - B0965D6FC38EE22AFF2833EA80F0AF93 /* MAPolygonRenderer.h */, - 29DCD3C12304DC775388E0BDCB8A60ED /* MAPolyline.h */, - 6FEAA3F04E61DAF9E32D6A0C31F39A71 /* MAPolylineRenderer.h */, - 6C050A667F155588769611DB99652CA3 /* MAShape.h */, - CAE6EF9E7BB371B86E996AC8321D915E /* MATerrainOverlay.h */, - 81A1EB43D6F06B3A6522E6BDB8D8EA0F /* MATerrainOverlayRenderer.h */, - AF3D653FF4F11D85182A9206D24870A2 /* MATileOverlay.h */, - 465A60BAF9A474D8671150D5FD49677E /* MATileOverlayRenderer.h */, - D643F40B1BF43D6E489CA1E3EBAE8A4E /* MATouchPoi.h */, - C25BBDE4A13804E32054AC3008B3ED9E /* MATraceLocation.h */, - 4A8E336FC015EF008F848CD5EE9D28F1 /* MATraceManager.h */, - FA826A1D7E31DC017C88121EF0548C29 /* MAUserLocation.h */, - 808837537F624941051F3BDF69CCBDC9 /* MAUserLocationRepresentation.h */, - C0BAF549963177A193FD5281DC375731 /* Frameworks */, - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */, - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */, + 1C429C7F722C232D43D7F1C1C628F3D2 /* MAAnimatedAnnotation.h */, + 926E5BEC674AA39162A3DF9771A1C165 /* MAAnnotation.h */, + 690F09F7E48D9990F945C669D7CA8E81 /* MAAnnotationMoveAnimation.h */, + 311F01EA6571EB484D9083D81655D88F /* MAAnnotationView.h */, + EAF0829A1C1FBBCC7C37B850F2166D78 /* MAArc.h */, + 289E2DFEF2319FF674036DDFEE01AB9E /* MAArcRenderer.h */, + 3546AC54EAD61F5857A2E8B40DCA2B22 /* MABaseOverlay.h */, + 2A71A8A9D1BA06FAC3A35AE64934F048 /* MACircle.h */, + 9266F2900ADC996F91F0072D4424B3FD /* MACircleRenderer.h */, + 911569486C02C39289ACB210FD2603DE /* MAConfig.h */, + EA4B5D2F5176A9675C121C92ABEBADB4 /* MACustomBuildingOverlay.h */, + 2A1A168DE6DBCCEAF56A87F0D2FA62C0 /* MACustomBuildingOverlayRenderer.h */, + 9BD8625AE33580D6B286E00C8D838956 /* MACustomCalloutView.h */, + F7AC7D0C0F0BA33F33B7296456FB7D84 /* MAGeodesicPolyline.h */, + B20004136BD0DBED6536BED288BAEEBD /* MAGeometry.h */, + 00A2E83DE876C97A6FCA919D525BB6CB /* MAGroundOverlay.h */, + 2F382B251F2CBFE565887E00FC0D6E36 /* MAGroundOverlayRenderer.h */, + AD4708DE4BF8F11AD9F7996E09E7F772 /* MAHeatMapTileOverlay.h */, + B12DE7897B6139BD3B5995708717CEC8 /* MAHeatMapVectorOverlay.h */, + D6E7324DD1B21576B8D54B80020DC65F /* MAHeatMapVectorOverlayRender.h */, + 8F9FDAFAF7DBE69F3FA8AD971176F23D /* MAIndoorInfo.h */, + 06C49CD08E6339A0C1A2F79B99584E79 /* MALineDrawType.h */, + 48037EFE86BC3D5194A266777A708F7B /* MAMapAccessibilityIdentifier.h */, + 9A7C14D3206631DFDE5FA76D2618354B /* MAMapCustomStyleOptions.h */, + 29D8F324AEA2FAE1AC2009C00225177A /* MAMapKit.h */, + 9A16C9B79C1CE7AD6ECFED789DCDE5E3 /* MAMapStatus.h */, + BFF83F445603FDF1B2EA29DF5A42FDA0 /* MAMapVersion.h */, + D0981D1314D24DEC04AD5725F290A612 /* MAMapView.h */, + 03CACD593B56331A1132C511029CC277 /* MAMultiColoredPolylineRenderer.h */, + B2195F50B9B91631ACD1D8B71ACF43F9 /* MAMultiPoint.h */, + 9E4E60B00BA663FD293E5CE852C2366E /* MAMultiPointOverlay.h */, + 16B0FD7D98D9F01791A70F3DA51FA611 /* MAMultiPointOverlayRenderer.h */, + 54D9F44D235224BC61F2E81EBDC1A917 /* MAMultiPolyline.h */, + 25ECA0FB359CF48137E40A3F61E2CF7A /* MAMultiTexturePolylineRenderer.h */, + E48EB5FDD6A956E28BC1F2367F9BB979 /* MAOfflineCity.h */, + D65E6FEED04C0D67E97A848EB5A147E0 /* MAOfflineItem.h */, + 316D7D7E32EB420629FB26B5A70C2DCC /* MAOfflineItemCommonCity.h */, + 0829391BC69D4F7BFF87BFF6D3B25E20 /* MAOfflineItemMunicipality.h */, + EC57159C99B8CC011EABA08CD72D71FA /* MAOfflineItemNationWide.h */, + 47A34E7DE37C71BB868E1E2AF29FB721 /* MAOfflineMap.h */, + 297BF1A50DDCBA75FAA5475549BE60AE /* MAOfflineMapViewController.h */, + 2DB7D6AA82B5382D12B3BC40DC05D413 /* MAOfflineProvince.h */, + AD63C9B5E34020A3F1F94665DFDEA932 /* MAOverlay.h */, + 6CAE04FB269E437E04809647F2D9F379 /* MAOverlayPathRenderer.h */, + 300B6E8B68AEBD933703D874F36F4CFF /* MAOverlayRenderer.h */, + 464AD1C4321D6DD417D244FA89E22072 /* MAParticleOverlay.h */, + FB5DCCF8745A5C74BFDBBF4DAB3C7101 /* MAParticleOverlayOptions.h */, + 654B871C14ABBFB4B0D28F6DA6FC5230 /* MAParticleOverlayRenderer.h */, + 33EFF3BADFA9A56BE09F9252803BD5DF /* MAPathShowRange.h */, + 4D084CC631ECA8E06A730004583A6571 /* MAPinAnnotationView.h */, + 5BDCE5AAFDF9BD456F4C6C6C305B2A45 /* MAPointAnnotation.h */, + 55BBD076C71FA73DA607BA47E1578EF4 /* MAPolygon.h */, + 41E57C07BDDA98436CCCFFAC150CE8FD /* MAPolygonRenderer.h */, + C51112D5F192A24ECAAF994432952FA8 /* MAPolyline.h */, + EB72420B73A6763A1F2B18709CEE9F19 /* MAPolylineRenderer.h */, + 0F57D50FAFB231CEB63BC9B9CB2BEA50 /* MAShape.h */, + CA5B1EC81E73B974F12A4563FD0768A0 /* MATerrainOverlay.h */, + FF01297621F44927467EE4C411549685 /* MATerrainOverlayRenderer.h */, + B49D40A9FC4C3BB2D0FFFE4CE3C876B3 /* MATileOverlay.h */, + 6906B0C0E4B837C211DBB5683C2BF69C /* MATileOverlayRenderer.h */, + 5D9484A540A5D61AFAB5C75810D5C9B8 /* MATouchPoi.h */, + 7B15A33B3D11070E8ACB3566B2D82A1D /* MATraceLocation.h */, + 327CDA50F241BB29079CDC04EF5B1B74 /* MATraceManager.h */, + 2C731C038440C28753E2B98C9B265A63 /* MAUserLocation.h */, + CF0481A90751EBA4BA56E7D953365179 /* MAUserLocationRepresentation.h */, + C4DFCF89A709C8D012B7E0E0828C79A7 /* Frameworks */, + A0360AB7FB96B6E409B1156C862B7094 /* Resources */, + 1E48DA735D9B9A1C496BBCF389FDD319 /* Support Files */, ); name = AMap3DMap; path = AMap3DMap; sourceTree = ""; }; - EE03D40E4A551766857613544167A3D1 /* Core */ = { + DF407DBA84DCAD957FDE3F27DCC8C58C /* Core */ = { isa = PBXGroup; children = ( - 266BE1499BBEBFBBA94565A67B2FF420 /* Array+ZLPhotoBrowser.swift */, - B81193FC1BFA19167783B2136DD7B90D /* Bundle+ZLPhotoBrowser.swift */, - 09ADBD7F4AB7D25A536609FBBBBE50B4 /* Cell+ZLPhotoBrowser.swift */, - 5EA090E79CA2F47D21A72B7D9B8906DC /* CGFloat+ZLPhotoBrowser.swift */, - 5DE2C0B244C55584F39CB7A399DFC367 /* Int+ZLPhotoBrowser.swift */, - 7B4F66CB268A27259D3DEFDE399B7FEB /* PHAsset+ZLPhotoBrowser.swift */, - A8A8A5804E2BA25BE34A9CF62E2BCFA1 /* String+ZLPhotoBrowser.swift */, - 93F31C36CB9E3A594EA6DC15278D13E6 /* UIColor+ZLPhotoBrowser.swift */, - AE550DEBFECF1BF65CCF173B2885B1E8 /* UIControl+ZLPhotoBrowser.swift */, - CA178C2C393571308880CFD3CD9FA65A /* UIImage+ZLPhotoBrowser.swift */, - AB52774EB783FE5361584003615F1915 /* ZLAddPhotoCell.swift */, - 0F9044E83B378F12D07291B66FA7C979 /* ZLAlbumListCell.swift */, - 1677B075094E79E0842CE134AF17928D /* ZLAlbumListController.swift */, - 4597281C8E7E8D60F087DE35F762049B /* ZLAlbumListModel.swift */, - C3B5E019947D12007894E708CE338FC2 /* ZLCameraCell.swift */, - 4DCCDDC42457840AD230B8EF026B9A62 /* ZLClipImageDismissAnimatedTransition.swift */, - 9BDD9A6257E42DA94FF687B08224AB8A /* ZLClipImageViewController.swift */, - B6E4BEDE657A8C8C2D692F399241816B /* ZLCustomCamera.swift */, - 1714C2B14BFC1A35CF756A980F36B7C2 /* ZLEditImageViewController.swift */, - 609CC585C53098F169CE464F055EC113 /* ZLEditVideoViewController.swift */, - 3F8BCEFE7C8F719A0B951C5E6B6D5AB7 /* ZLEmbedAlbumListView.swift */, - 0C2F57987D776700A2317D0028DA09C3 /* ZLFetchImageOperation.swift */, - C592443C03D75150E210662CF24ACD3E /* ZLFilter.swift */, - 94139DF49D4A373C1F2C03C24A6DCA0A /* ZLGeneralDefine.swift */, - 62B52407BDDC9C587352D1C41856AD62 /* ZLImageNavController.swift */, - 8A7C84A9A0F17C775A396327699B1DE3 /* ZLImagePreviewController.swift */, - 6BFB91914F96596F830D5F6F22B812E5 /* ZLImageStickerView.swift */, - E177222A9D9D074BC69DA26F3CE0C56C /* ZLInputTextViewController.swift */, - BA9BFAABB227BDFF0188A04D489545CF /* ZLLanguageDefine.swift */, - 8099DB04D1EA920B45892EAB141B6A08 /* ZLPhotoBrowser.h */, - 76A4A7FE82550945D62BB44B19C2860E /* ZLPhotoBrowser.swift */, - 611D2C946C407F2EFE7E1BE2E6F2652A /* ZLPhotoConfiguration.swift */, - 7D0266E941FB63335084079B1D6D730E /* ZLPhotoManager.swift */, - 4C15CFF7AA65B97D323D4C0E29C71054 /* ZLPhotoModel.swift */, - 892B6355466727EBD3A11929FA6F6CBB /* ZLPhotoPreviewAnimatedTransition.swift */, - 6870D0F4A3CDCDF3B1FAFCD07E8C2737 /* ZLPhotoPreviewCell.swift */, - 662B770923B1FADDABAF8FA7E1DE5787 /* ZLPhotoPreviewController.swift */, - C20E531FAAC880FF41209E3FEAE14E9F /* ZLPhotoPreviewPopInteractiveTransition.swift */, - 302C543667CC9CF2A882C73D8DE1D1E7 /* ZLPhotoPreviewSheet.swift */, - AA8440D020D8847178339CF2EE117FBB /* ZLProgressHUD.swift */, - B9D71CA7E840287692DBE9A784997485 /* ZLProgressView.swift */, - 3CE3BCF8A64CC6A3D765E04749760D51 /* ZLTextStickerView.swift */, - E38975C33645018AFD74DF512F3C4AB1 /* ZLThumbnailPhotoCell.swift */, - 132EE7C6ABEBFFDC82B8DBDC19908047 /* ZLThumbnailViewController.swift */, - F1475FEF5F7EF6E45808F4FF054A7863 /* ZLVideoManager.swift */, - 165BF2210971B386D7D3E30CC45B96B8 /* ZLWeakProxy.swift */, + 0FF2B49950E6F0CB7D70E67E12989619 /* Array+ZLPhotoBrowser.swift */, + B060A3A2CBD437CB4B3ADB91B8702A94 /* Bundle+ZLPhotoBrowser.swift */, + A9C60FF77411FC48F002F4809B6C963B /* Cell+ZLPhotoBrowser.swift */, + 47ACAD52D7DDE79D7FC687DDC0C62569 /* CGFloat+ZLPhotoBrowser.swift */, + E8E34E9702BA7E423765683255207968 /* Int+ZLPhotoBrowser.swift */, + 14F0CC2192827B7BCEADB25BCC856DBA /* PHAsset+ZLPhotoBrowser.swift */, + CB7AEB45C2B245BFED692865ED31898A /* String+ZLPhotoBrowser.swift */, + F9816FD831C167F4BDDE1F66410442F4 /* UIColor+ZLPhotoBrowser.swift */, + 9ACA421AE642B8AFBCEC30944D2A8141 /* UIControl+ZLPhotoBrowser.swift */, + 56C996E9C976E91C88B1F9D7D48B4C83 /* UIImage+ZLPhotoBrowser.swift */, + 26BAFC1DEDDD326EE1AF6FAF744175EF /* ZLAddPhotoCell.swift */, + 7D8CE59009324BC23FE198F40AD319FE /* ZLAlbumListCell.swift */, + 84C1113BE4BE70FDBCC305EF5A183AEB /* ZLAlbumListController.swift */, + 334F7290A624435870DB3AA010E7A31D /* ZLAlbumListModel.swift */, + 2DE6A335D63A4C7050CBA09E2376073F /* ZLCameraCell.swift */, + 276D76823BD6978B6EF43DEFB2C4AC53 /* ZLClipImageDismissAnimatedTransition.swift */, + 2B920B471608A5BA17B3867FE0008F75 /* ZLClipImageViewController.swift */, + 9B45CED475DD9C1619ADE8B62F931B22 /* ZLCustomCamera.swift */, + 24239006BA83BEF37F6DFBDB4E523208 /* ZLEditImageViewController.swift */, + C58C1E0FF70BEB28CF5ED2A9823F0F8C /* ZLEditVideoViewController.swift */, + BB1A9C5FC9430603381DAE3400ABCABF /* ZLEmbedAlbumListView.swift */, + 7BBE39B2E7DDF9F9C0162150F1F5B643 /* ZLFetchImageOperation.swift */, + 800123C4EDC7BA4ADF4B8AB425D618DE /* ZLFilter.swift */, + E7CAF1C9E45BE41F0DBD3798FF809D18 /* ZLGeneralDefine.swift */, + F6F8E7510867251F98D123F6B197300F /* ZLImageNavController.swift */, + 59BB47756262946FDFFBD93BBA78E801 /* ZLImagePreviewController.swift */, + 99FCB11948438AB6FE01EED74909E27F /* ZLImageStickerView.swift */, + 4EBB72ECE9C433A7CB67DB4A6E2130A1 /* ZLInputTextViewController.swift */, + 323B34F712E3F967DDB3C01FBB0EE708 /* ZLLanguageDefine.swift */, + 65D2D781894C6B775F9C1098D1861EA3 /* ZLPhotoBrowser.h */, + 5425751F8A8D1B2A8A3AA9B8F0970F5A /* ZLPhotoBrowser.swift */, + 28333D904183CF4FBD16BBA9A71F2025 /* ZLPhotoConfiguration.swift */, + 06FA6CAD8811303E002098E4E6C1B5EA /* ZLPhotoManager.swift */, + 3C9570F6DA0665436292420F55C7EFC1 /* ZLPhotoModel.swift */, + 7C329098CDB5A186849D97C91C97F2A5 /* ZLPhotoPreviewAnimatedTransition.swift */, + B3DFFCE586A2F21993BF33EBF304AC1B /* ZLPhotoPreviewCell.swift */, + ED9E0E5B744BD7CC249E2F56A72FF331 /* ZLPhotoPreviewController.swift */, + F554AC9F374B255DD36B288B8B0FDAAE /* ZLPhotoPreviewPopInteractiveTransition.swift */, + 1F3DFA2DBC3D5014FA35CB2B3A747120 /* ZLPhotoPreviewSheet.swift */, + 5BCD742A6ACB3F48B1BA0D3D8DDE29EB /* ZLProgressHUD.swift */, + DFD66A7E1B3042B00903D60A8A0777B8 /* ZLProgressView.swift */, + DEB2838C095F5CB3AE85ADC58C387BB3 /* ZLTextStickerView.swift */, + 1E2C30866A24414AC8A22B1BD35323FB /* ZLThumbnailPhotoCell.swift */, + A59B100091A7E7F7F29BF6BBA5B63780 /* ZLThumbnailViewController.swift */, + 54DC4A8E59A514127C38E68003B85D3E /* ZLVideoManager.swift */, + 3783B753C6EF1A62D64A661B10CE0F0C /* ZLWeakProxy.swift */, ); name = Core; sourceTree = ""; }; - EE767E42085E03D5B6324E638FD6B1A9 /* Resources */ = { + E28611856BE2A1C09CE5B689F9272BE3 /* Support Files */ = { isa = PBXGroup; children = ( - F69A1D14C028CBB63672A543AB58BAA7 /* AMap.bundle */, + 2B979E0C63EF9E7C454E85D41A291843 /* SwiftRandom.modulemap */, + BEE4D9E9667BD3C2CB74C4297B6654BA /* SwiftRandom-dummy.m */, + 0297F8B1FA187B8C906152B321792043 /* SwiftRandom-Info.plist */, + E1A0F2F2AA6CE4F5D7B28A5A063AA0BB /* SwiftRandom-prefix.pch */, + 34A6818048489EA139CC1B2AE7C93E2C /* SwiftRandom-umbrella.h */, + 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */, + C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */, ); - name = Resources; + name = "Support Files"; + path = "../Target Support Files/SwiftRandom"; + sourceTree = ""; + }; + E2ADE99B11B2E516066D09C7915B6D98 /* Support Files */ = { + isa = PBXGroup; + children = ( + F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */, + DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/AMapFoundation"; + sourceTree = ""; + }; + E3DCA3FB6D555373F5BAB529304078B7 /* Support Files */ = { + isa = PBXGroup; + children = ( + D4260A5496836AB2EB8BFF8648B8F5AB /* IQKeyboardManagerSwift.modulemap */, + 590F4A09624054C6E93A4169D0407DAA /* IQKeyboardManagerSwift-dummy.m */, + 5426EA657E45E357FA1E3EEBC014C93A /* IQKeyboardManagerSwift-Info.plist */, + 03FD6E3D5090F36E0BFA9D1D39B9E678 /* IQKeyboardManagerSwift-prefix.pch */, + 8320BD150244BE06ABFA6EDAA05F3438 /* IQKeyboardManagerSwift-umbrella.h */, + 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */, + DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/IQKeyboardManagerSwift"; + sourceTree = ""; + }; + F0160E3A396DF79C3CCC01BE7C1C308F /* Support Files */ = { + isa = PBXGroup; + children = ( + FDCBA1B98C7D183FE68F0BC11FF0E6F8 /* FSPagerView.modulemap */, + 2199D4A413DCC94F3BE5EAEF6C978BD5 /* FSPagerView-dummy.m */, + D745DB8A7426A4CD9E32367CC5570006 /* FSPagerView-Info.plist */, + 1BED008CF4DF2F4EE5D338E610818B93 /* FSPagerView-prefix.pch */, + 4BC46A35AAE51E3BF32BD2D41FC7FF3D /* FSPagerView-umbrella.h */, + 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */, + 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */, + ); + name = "Support Files"; + path = "../Target Support Files/FSPagerView"; sourceTree = ""; }; F0A1F7B8CDD92AACDE48D5D5D23E2C39 /* iOS */ = { @@ -3422,43 +3465,78 @@ name = iOS; sourceTree = ""; }; - F1DE98AA7B4CDBECDA9E0CB58E8AD236 /* Support Files */ = { + F1CD8CAA58E6FB581DF4FE50A23B5256 /* Picker */ = { isa = PBXGroup; children = ( - 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */, - A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */, + 851F581A5401B66303DD53D7601C8C65 /* AlbumListConfiguration.swift */, + 5B9D1198ACA6CCCD2BCD30260D692754 /* AlbumTickView.swift */, + 7753DCA59A89CB535C24B58703A3D7A5 /* AlbumTitleArrowView.swift */, + FAF0C31EBD53070FF1D83DBE4E448611 /* AlbumTitleView.swift */, + F4946B15D95898F251750F42BFD22E6A /* AlbumTitleViewConfiguration.swift */, + 65851785C8E1F96978D83B4CEC8538AF /* AlbumView.swift */, + 44D2A01DFD89197CC760BDCAD2E56C5A /* AlbumViewCell.swift */, + C9938E217F26AB9E38BBD1DBE2D9AFA5 /* AlbumViewController.swift */, + 89C1051DD2E842B78A36946CCF20D47C /* CameraConfiguration.swift */, + EB429321FB06AF798FBDAC6507BDA0AB /* CameraViewController.swift */, + 1CEA25FA35D0532D0010B02F20599283 /* CaptureVideoPreviewView.swift */, + 94A7DF8037C62337926A9C49A8C0EFBF /* DeniedAuthorizationView.swift */, + 275C0CFD7DBDB78988670B4FB010571C /* EmptyView.swift */, + D9A02D3320E06B4F99941E358E164D7E /* EmptyViewConfiguration.swift */, + E195B4ACD954A35A4F6A6E35A1A3D00C /* GIFImageView.swift */, + F277E4334E7BCEC0F49EFD243BABE644 /* LocalAsset.swift */, + 3A161721479DA1D365EB1F87698605DE /* NetworkAsset.swift */, + 1FC5D99D493140D03F3E882B5C4FD372 /* NotAuthorizedConfiguration.swift */, + E7DA53BE53165E81CBF8A101A1B07933 /* PhotoAsset.swift */, + 0082120F3EE7B2A5BB1F339FB99DF62F /* PhotoAsset+Codable.swift */, + C5784F5154F70710479D726EA8D43119 /* PhotoAsset+Network.swift */, + 793ED2FE5D8BBB60511F6B5DE88DEFDA /* PhotoAsset+Request.swift */, + 1AB40B44DDB268EFEE355EDAC9A61F57 /* PhotoAsset+URL.swift */, + B8B0B6DAB074136B55F96E25262D5D58 /* PhotoAssetCollection.swift */, + 082F1399C2E753E5FA5FFF905F024B11 /* PhotoBrowser.swift */, + BB6495D0EEA5F1D02F78BDC491008210 /* PhotoListCameraCellConfiguration.swift */, + 2BEE1A441821595D660C2F807BAF0A15 /* PhotoListCellConfiguration.swift */, + ECC4950BFD82EBA4924269A7523840F3 /* PhotoListConfiguration.swift */, + E25BC9B23C07A6D44DFBCD81A507E3AC /* PhotoPeekViewController.swift */, + 173D7F0C10825A4A155D664EEE64F4A3 /* PhotoPickerBaseViewCell.swift */, + CC0E1169C606AD7586D5571BC42EFF7C /* PhotoPickerBottomView.swift */, + D08D7BFB873D7AF8912F820E7E8B8A03 /* PhotoPickerController.swift */, + 2BF02C39EEB4CA58804806C3ACA1FE28 /* PhotoPickerControllerProtocol.swift */, + 88D2280B85C2950EE6AD2EFF86D646C7 /* PhotoPickerSelectableViewCell.swift */, + 8BD74A8F0D8EEDA3FEA1B7A86A1F2DD9 /* PhotoPickerViewCell.swift */, + 3C83E89D70AB77F2B6F6652CD066F2E8 /* PhotoPickerViewController.swift */, + 4B27745331EEC2B264E91B0A46F8EA02 /* PhotoPickerViewController+Camera.swift */, + 13593164538369DFCC32A11835ED9719 /* PhotoPickerViewController+CollectionView.swift */, + 14214FB458F0B52B9528892B0F600E2A /* PhotoPickerViewController+Editor.swift */, + 796EF54629B368FBCEE13017EF92A1C6 /* PhotoPickerViewController+Preview.swift */, + 810CEA9A3850288AB1BE1D8D978F62A5 /* PhotoPickerViewController+SwipeSelect.swift */, + 5E492AB6B790B1EAED581E9E645C9D90 /* PhotoPreviewContentView.swift */, + 11BD67F86761C0C7037B3544D04E0833 /* PhotoPreviewSelectedView.swift */, + 9BB0D111578A1A884534F880C53762BE /* PhotoPreviewSelectedViewCell.swift */, + 5F2AB78FA73B3EEFB43AFFCF844B9B67 /* PhotoPreviewVideoView.swift */, + FD5BCA544C75D6F903946F42B05AF0F9 /* PhotoPreviewViewCell.swift */, + 943D437796A518636F5A790B112D211E /* PhotoPreviewViewController.swift */, + F4AADA08707AE5F82E4E1F9672352076 /* PhotoPreviewViewController+BottomView.swift */, + CDEB9661235909141920B767DB83369C /* PhotoPreviewViewController+CollectionView.swift */, + E52BA34F8F88F40367A69D984E98D957 /* PhotoPreviewViewController+Editor.swift */, + D2A5CA4CDC7E62A48CEAC2800E6FAA62 /* Picker+PhotoAsset.swift */, + 2F38FB59DD41429A9AFF6EB69580AEA8 /* Picker+PhotoManager.swift */, + 6ED4400B5579AEAAF8D79F2F059F1F07 /* Picker+PhotoTools.swift */, + E4E911D0E8F4E1A66B7FA9064920755F /* Picker+UIImageView.swift */, + A55FEED74B82E40AC8ABDA9C9BB53375 /* Picker+UIViewController.swift */, + 3697B1169C9B57031CC5A444DCBFFD11 /* PickerBottomViewConfiguration.swift */, + 2C9E9BE37D0D05DDF70BFD48EB7040B5 /* PickerCamerViewCell.swift */, + BA7F98BC58D01AB2E50E10B658E84FD3 /* PickerConfiguration.swift */, + 34701AFE48D67A524D3979A597C1E015 /* PickerInteractiveTransition.swift */, + EDD15380FCF5CC7FFE1B030091E39149 /* PickerResult.swift */, + 7767A8BD835B7BCB89AED087DCF4F213 /* PickerTransition.swift */, + BB94A45F269A37EDD24967809033FB10 /* PickerTypes.swift */, + 13D6EBDFD47D278FCABEEDD28A527611 /* PreviewLivePhotoViewCell.swift */, + 6E115D9AB345955901CE86ED2058D860 /* PreviewPhotoViewCell.swift */, + 44811016B14391CF14D9A0CEAC85EAEE /* PreviewVideoControlViewCell.swift */, + C4401C815BCCFFC030AC464BC28D6166 /* PreviewVideoViewCell.swift */, + CE6AD610431F210EC7B91F23A04E9A2F /* PreviewViewConfiguration.swift */, ); - name = "Support Files"; - path = "../Target Support Files/AMap3DMap"; - sourceTree = ""; - }; - F20388BD909E595DF7BC1D4AB532304F /* ObjC */ = { - isa = PBXGroup; - children = ( - 33EB23DC7AD2653E990CF25C7C627573 /* SwiftyRSA+ObjC.swift */, - ); - name = ObjC; - sourceTree = ""; - }; - F26664BBCC74F8D7C4ADAFCAB24EE84F /* MBProgressHUD */ = { - isa = PBXGroup; - children = ( - 47BEE89B3499B0F286CE3BD892F9D2AB /* MBProgressHUD.h */, - 6180E94794A7DEA1608DD56C4FE66D87 /* MBProgressHUD.m */, - D7E641274D861DC8788067F7DC98F0C2 /* Support Files */, - ); - name = MBProgressHUD; - path = MBProgressHUD; - sourceTree = ""; - }; - F4ABFEE618AB0AA83FAFB5911964D7C9 /* DefaultsKit */ = { - isa = PBXGroup; - children = ( - F3AA6F65D8E6205D9493F59B7F555BD6 /* Defaults.swift */, - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */, - ); - name = DefaultsKit; - path = DefaultsKit; + name = Picker; sourceTree = ""; }; F7903037232DF71A854E0216F00BE1BF /* Frameworks */ = { @@ -3471,79 +3549,61 @@ name = Frameworks; sourceTree = ""; }; - FB40DFE3ADAD600DD52AB904D11C63C5 /* Support Files */ = { + FAFB9760C1A493355ADB2A569D80CF39 /* MJRefresh */ = { isa = PBXGroup; children = ( - 7ADF8EAE866B5C86569DEDE5174CFE79 /* DefaultsKit.modulemap */, - 54C206FC09E20F1ABAE69E7B1DD7B207 /* DefaultsKit-dummy.m */, - 4C740CBD18EB169C58B171F2576C1AC6 /* DefaultsKit-Info.plist */, - 6E184B727EA1475347BBA57C2AF64E99 /* DefaultsKit-prefix.pch */, - 83EF7002DB1AE1CF2CFF064D28E06516 /* DefaultsKit-umbrella.h */, - 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */, - 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */, + A2AD526A07F1C5C98A03EA38F4F6F6A4 /* MJRefresh.h */, + 6F2D2014B8668C23076B2A4BEDFEC875 /* MJRefreshAutoFooter.h */, + F24B19DACC898B3A26BFD7C5BBE3DD2F /* MJRefreshAutoFooter.m */, + B5D82E4482B604E348675E16B4657A9A /* MJRefreshAutoGifFooter.h */, + 520F18EED394193B66DCC2E09269A907 /* MJRefreshAutoGifFooter.m */, + 9EC38F66428FC13EFADABA98B2C295F4 /* MJRefreshAutoNormalFooter.h */, + 5333705E8AA23686DD69955C995ECC74 /* MJRefreshAutoNormalFooter.m */, + C42A1C97C516E3B4CD0C26A679055BD6 /* MJRefreshAutoStateFooter.h */, + 6907556CDC8012B54D67511536E57963 /* MJRefreshAutoStateFooter.m */, + 2CE6FB2E368F5F04E7B426248D34D16A /* MJRefreshBackFooter.h */, + E1D434B7D5CEEF6A895B0225D83E8E2E /* MJRefreshBackFooter.m */, + 8EA037EFF57500A7C79E23626A31E171 /* MJRefreshBackGifFooter.h */, + 0CE889AB373B55C5EE755CBEE8A4BA02 /* MJRefreshBackGifFooter.m */, + CBC19EAB286D54E0F2BA478C0C8E42AB /* MJRefreshBackNormalFooter.h */, + D0B1B54EF77DAF4C8E16278742AE06BD /* MJRefreshBackNormalFooter.m */, + A6E9D83F9A8E8B903DDAAFE4CF0B2C62 /* MJRefreshBackStateFooter.h */, + EFFB528B80B0CC93E5AB285BE152475F /* MJRefreshBackStateFooter.m */, + 0702AB62857372EBABB2485D32B41B6E /* MJRefreshComponent.h */, + 462B39168E5EFF3A5AF4FFF7C9578366 /* MJRefreshComponent.m */, + 13B4398D2C97E2E90D5672C34A651983 /* MJRefreshConfig.h */, + C322B789207DBFA4C77998D363CF7362 /* MJRefreshConfig.m */, + 4D3225C95D0304EEBAF1DFA78335E888 /* MJRefreshConst.h */, + 777676C7D7BB53D7BB196DA18A8CE14B /* MJRefreshConst.m */, + A2DC0A28138560A988399FA4FF35B340 /* MJRefreshFooter.h */, + 358645C24CD37BBEFAC573F6AC9BF5FD /* MJRefreshFooter.m */, + B1A59D53710D038AEFCC9108813225E6 /* MJRefreshGifHeader.h */, + 64A3CE300DA0FA8CA64554DD2550FF26 /* MJRefreshGifHeader.m */, + C541AD331C9865B2D2FEF3BA974F9AB5 /* MJRefreshHeader.h */, + 01B6D494E0B32E17EEBB998779531E44 /* MJRefreshHeader.m */, + C6AD8A0EB1E5598E939B17216A825E6C /* MJRefreshNormalHeader.h */, + BFEA14974AE74A526A3B73D1BFD361EB /* MJRefreshNormalHeader.m */, + E86E4A44002F10CBBE5E85624EC4E323 /* MJRefreshNormalTrailer.h */, + 0539CB1E1A89EB973C34CFBBAE1DC50C /* MJRefreshNormalTrailer.m */, + 26FC395D8D48E5ECAD071E9DF27A8843 /* MJRefreshStateHeader.h */, + F697036A3A1ED5D8CCCED68CE3163131 /* MJRefreshStateHeader.m */, + 71747213B351BED3F5932F1403551F2D /* MJRefreshStateTrailer.h */, + BEAD8CDCBF40C27A98AD4CF3484EEEFC /* MJRefreshStateTrailer.m */, + 4A16C7BF546E76DAF0D4B406D83F03CD /* MJRefreshTrailer.h */, + 58268C88691C6EF4CF11646E13D8BD7C /* MJRefreshTrailer.m */, + EFFB3A4E0BB7F40AAA25AB9EE8D3E95A /* NSBundle+MJRefresh.h */, + 5E858B1B2B3C363F7FBED12AD1C0C56B /* NSBundle+MJRefresh.m */, + FFCAD3C6E041A32EC80EB1B4E93052F2 /* UIScrollView+MJExtension.h */, + 9F199B660DD67B2935041F375D3FD1F4 /* UIScrollView+MJExtension.m */, + 6D7255C1D6162DEE1E2D1814BBE711FB /* UIScrollView+MJRefresh.h */, + EA7968A6B18F049391E3789F13E069A3 /* UIScrollView+MJRefresh.m */, + 7925945F521316CB0502A572EB985EE7 /* UIView+MJExtension.h */, + A4253B419856A6350D3E6D3E2676A39E /* UIView+MJExtension.m */, + DB0DC577E24226E9CE44CA27F7EE0C56 /* Resources */, + AFCDDDADE69793B2993281AD785BCE53 /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/DefaultsKit"; - sourceTree = ""; - }; - FB98C85D81471821FA6BD7E7FDDAF7A2 /* Support Files */ = { - isa = PBXGroup; - children = ( - 8EF0F98E84C77C9448AEF56161DBB821 /* IQKeyboardManagerSwift.modulemap */, - 6D1987E090A412641C0E279BCECE84CF /* IQKeyboardManagerSwift-dummy.m */, - 1577CBB0BF776CA9FB3A49CDEBE6E54C /* IQKeyboardManagerSwift-Info.plist */, - AE2D3A7EC9BB1761001B84F3F0D2692B /* IQKeyboardManagerSwift-prefix.pch */, - AF9082EDF7E631B59A227E7BBBA4FB0D /* IQKeyboardManagerSwift-umbrella.h */, - C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */, - 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */, - ); - name = "Support Files"; - path = "../Target Support Files/IQKeyboardManagerSwift"; - sourceTree = ""; - }; - FE2BD8E8A7DBD97886B94CEF2DD2ADE0 /* SnapKit */ = { - isa = PBXGroup; - children = ( - C6C4A197E02CC64E7A222AE18BDDA46E /* Constraint.swift */, - 37F4A58609042530629332D715C5F2A8 /* ConstraintAttributes.swift */, - 26619E78A69F2DAD42EB9A64DF3A9208 /* ConstraintConfig.swift */, - 509D6B689D0B9B71C5505FE13A961711 /* ConstraintConstantTarget.swift */, - A101EBB20B9A5634670E4D435F24E46E /* ConstraintDescription.swift */, - 12021886A6FF25CEA9784885CB6217B8 /* ConstraintDirectionalInsets.swift */, - 650EFA275267F0FC729CBDDF2BD7E1D8 /* ConstraintDirectionalInsetTarget.swift */, - 931F50B0D7AF82CB64386C1049763866 /* ConstraintDSL.swift */, - 5589FA28CFE5A9E62B1E204BA32496B7 /* ConstraintInsets.swift */, - 13C2A27DA976C5637CFB07F0DFE86B1F /* ConstraintInsetTarget.swift */, - 3995E08ED7D7C4A5079F45E5EB873B32 /* ConstraintItem.swift */, - 1110094C0CA063D26F00ADF5FFB61303 /* ConstraintLayoutGuide.swift */, - 3B2F29CEA317831352881FC1DC3A8BBA /* ConstraintLayoutGuide+Extensions.swift */, - A3128FCFAB02361E9268E27E77612680 /* ConstraintLayoutGuideDSL.swift */, - A21551030A5DC027DC100A9151A0D786 /* ConstraintLayoutSupport.swift */, - 9673C13690DD70DF59D4A0DDA722A84D /* ConstraintLayoutSupportDSL.swift */, - 7E3645A021FCF1CCD63340AFFA3AE3CA /* ConstraintMaker.swift */, - BBE1F285DB27326ACB47B41106891937 /* ConstraintMakerEditable.swift */, - D64CFE6085322098C49CC4582344A2D2 /* ConstraintMakerExtendable.swift */, - B500E6143A5DF676D73A0277D03F1D51 /* ConstraintMakerFinalizable.swift */, - 2D59A71F54BB68A567EEB2FF493ADA39 /* ConstraintMakerPriortizable.swift */, - 93D563F72681D75C92FEC3DE9424DB2E /* ConstraintMakerRelatable.swift */, - 4C794CA4630168EC3FF96801470EAC33 /* ConstraintMultiplierTarget.swift */, - 9F44680D2144B4B1B52D90F182A3B64D /* ConstraintOffsetTarget.swift */, - 3D18BB7C88C06200C2DDE3C7DF0F37AC /* ConstraintPriority.swift */, - 566BE37D009716AAB6BC1024F1C96C3E /* ConstraintPriorityTarget.swift */, - B82FEB49168C84A2164F748AF6C0A125 /* ConstraintRelatableTarget.swift */, - EF03CEF15193A33F28F73A6718F1A794 /* ConstraintRelation.swift */, - B7C35D72A678350CFB630E3151B0400E /* ConstraintView.swift */, - 6D142F8AE8D3A94298A9610D2B406F12 /* ConstraintView+Extensions.swift */, - 1FA13AB1CC40FBBDE9B1DC4F7A22F5F1 /* ConstraintViewDSL.swift */, - D69D2BDAB558956670CF1B41178F4603 /* Debugging.swift */, - 087794EE93F72BC36871BAC6059AA015 /* LayoutConstraint.swift */, - 4B1D6F5518D53B286256BAE69E986405 /* LayoutConstraintItem.swift */, - AA89F6F83F10E7B509F13BC9008392C5 /* Typealiases.swift */, - 41539544EBF5A59782A5DEEB3E535948 /* UILayoutSupport+Extensions.swift */, - DAAA7FD4CE462C0190FB2B4F24AFF66C /* Support Files */, - ); - name = SnapKit; - path = SnapKit; + name = MJRefresh; + path = MJRefresh; sourceTree = ""; }; /* End PBXGroup section */ @@ -3583,22 +3643,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6590F6842DEC5585341BA350F3F532FF /* Kingfisher-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 81D843CC0241C8D82231D71653CC7CB3 /* Pods-LaserMethane-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 3ADB55D3885D3F53072D47AF835519B4 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3681,6 +3725,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 302579A888527F6AE3B2D0D6B37F716B /* Hue-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 541A0721D8D26374CF7CF04B1473A45A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3747,6 +3799,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + D72D8B6C92C3DC47C9F519D2757EB160 /* Pods-LaserMethane-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + C33ECC198C242791D8BC6A393BEA477D /* Kingfisher-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; BD6EE899B1DB96BD177EC247D64E5286 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -3792,38 +3860,57 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */ = { isa = PBXNativeTarget; - buildConfigurationList = 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildConfigurationList = 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */; buildPhases = ( - 32B5EBE13192A56664622A4EDE3CCB8F /* Headers */, - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */, - 7B0CC96C69AB80A0545AB1981803B79A /* Frameworks */, - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */, + 51E24BE1A7BEB58D5B2CD75CFAF8EE4A /* Headers */, + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */, + 87FD96B053DE7D99507E83E1F531B0A7 /* Frameworks */, + C4B16693A63756528AC8045CEE45A287 /* Resources */, ); buildRules = ( ); dependencies = ( - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */, - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */, - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */, - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */, - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */, - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */, - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */, - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */, - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */, - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */, - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */, - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */, - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */, - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */, - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */, - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */, - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */, - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */, - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */, - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */, + ); + name = Hue; + productName = Hue; + productReference = A3B9017440BF6211054FE81F7F78BC76 /* Hue.framework */; + productType = "com.apple.product-type.framework"; + }; + 06291B7BCC22BC8E6AB046C35BC2EEC4 /* Pods-LaserMethane */ = { + isa = PBXNativeTarget; + buildConfigurationList = F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */; + buildPhases = ( + AB9DD350DA1EAFE89C8A3F96DE5267B7 /* Headers */, + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */, + 4FFF6A329B08849EFF6A9B8A5B4FB455 /* Frameworks */, + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */, + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */, + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */, + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */, + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */, + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */, + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */, + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */, + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */, + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */, + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */, + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */, + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */, + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */, + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */, + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */, + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */, + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */, + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */, + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */, + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */, ); name = "Pods-LaserMethane"; productName = "Pods-LaserMethane"; @@ -3954,7 +4041,7 @@ buildRules = ( ); dependencies = ( - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */, + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */, ); name = HXPHPicker; productName = HXPHPicker; @@ -3973,7 +4060,7 @@ buildRules = ( ); dependencies = ( - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */, + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */, ); name = RealmSwift; productName = RealmSwift; @@ -4090,12 +4177,12 @@ }; E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */ = { isa = PBXNativeTarget; - buildConfigurationList = 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */; + buildConfigurationList = A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */; buildPhases = ( - 28DB27AE70DA7299C17B0BF4962DA7E3 /* Headers */, - 92CDC653A2266104363098610708C736 /* Sources */, - 0E41C148A775D77ABCD84FCCADDFA66B /* Frameworks */, - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */, + B1A9ABFE2A27B65735DBB062C0B9553B /* Headers */, + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */, + 44EE76E164DDB10B80A925BE26FC0382 /* Frameworks */, + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */, ); buildRules = ( ); @@ -4160,7 +4247,7 @@ Base, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 0603D462403BBF11E082CEDDF6B4E701 /* Products */; + productRefGroup = D96754AF0D5163ABA1A37540DD38BD7D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( @@ -4171,6 +4258,7 @@ F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */, D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */, 10D88C24864319FF583AD6D156896F32 /* HandyJSON */, + 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */, 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */, B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */, E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */, @@ -4190,13 +4278,6 @@ /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 00A84DFDEECE19CDF300BB1CE3A77D85 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; 09E89EF774779EFDBBFD6E4564946014 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4269,6 +4350,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8E1C95070B608A01ED9421B1B6ADCD9C /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; 9A620828AD4F8074C92E7134F598A83E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4283,6 +4371,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + A50CF78967D9AA71F9DEC79CC7EFBE20 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; A9F7BA8ED740034CD23498A7452C9429 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -4298,14 +4393,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { + C4B16693A63756528AC8045CEE45A287 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - D646A9D14BD6DB1DC6888D6205C6BC97 /* Resources */ = { + D098F7F0080A87A1F472C81FC2F85528 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -4590,6 +4685,80 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 38D121CA66A893CFFE85CD388FAE2B3B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 4E8C6FE52200B45BCA74D4D82EF2AD45 /* Hue-dummy.m in Sources */, + A802FFA1790D8A3E3D505865D69F6AA6 /* UIColor+Hue.swift in Sources */, + DF6FCA79CCAFC93A868563FF80E5C1F4 /* UIImage+Hue.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 62C1484B4F4B6D4C05AC568F6476C22B /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + FAB335961FA051B966D1CF5152AE0159 /* AnimatedImageView.swift in Sources */, + 82A9338DEA9E616D19E9CC23BA7FFA57 /* AuthenticationChallengeResponsable.swift in Sources */, + 5D0FB952B5D01EF27EBFEA15442B5FD1 /* AVAssetImageDataProvider.swift in Sources */, + AC6E008BDD394D5A08E764D50EE46EEE /* Box.swift in Sources */, + 75DFDDB222555CC233A5494B63342CD0 /* CacheSerializer.swift in Sources */, + E322CD1241A6684048372A4C818F5813 /* CallbackQueue.swift in Sources */, + EA2DDAACFF8435F01F5F0F0BB744EF0C /* Delegate.swift in Sources */, + 4884D7E721F345CB61474E41CCF20B51 /* DiskStorage.swift in Sources */, + 98C602CEE4900D73884CB5EE2629A930 /* ExtensionHelpers.swift in Sources */, + 191C2F4658465AB7C77997928BF02E96 /* Filter.swift in Sources */, + A652365DAF3C8034B382E7C310496769 /* FormatIndicatedCacheSerializer.swift in Sources */, + 3C4029482A2F7B090F123A383543946B /* GIFAnimatedImage.swift in Sources */, + AE9AC85522BB0A68969B9C7340FC29AB /* GraphicsContext.swift in Sources */, + F2B0E14B06A3F8D8F1634D8ABD0C77BE /* Image.swift in Sources */, + 020391FDC8D0F25070051AEF5F6BC53F /* ImageBinder.swift in Sources */, + 92BA80843C85CEDBA2ED8E49C2B9C2AA /* ImageCache.swift in Sources */, + C2A54234358E7D83CE5E502EEE75E072 /* ImageDataProcessor.swift in Sources */, + A125593FE5FFE68D0CFEF379354ED895 /* ImageDataProvider.swift in Sources */, + 274BEC3BBDB0834A690CD4A35D343BE5 /* ImageDownloader.swift in Sources */, + 4254B68CE73E2E8EC283A2594BDDAA0F /* ImageDownloaderDelegate.swift in Sources */, + B9A8AFCA2DD5D9241CE93A8C53114AEA /* ImageDrawing.swift in Sources */, + AB6339BD1412B6B870AC75A84B9136B9 /* ImageFormat.swift in Sources */, + C934AE1ABF158829997358CC252485FB /* ImageModifier.swift in Sources */, + 3019B8EA3FABBE4529057D57A4E9D90F /* ImagePrefetcher.swift in Sources */, + 9BB3645646167ADD5E65D6D37E4C74D2 /* ImageProcessor.swift in Sources */, + E2C77AF6B7B5D586755DBC51ECECFF21 /* ImageProgressive.swift in Sources */, + 562DFC4D4829675F3A4FFB0BB3C254A3 /* ImageTransition.swift in Sources */, + 5E948907E1B7EF035E51585414BEC2D0 /* ImageView+Kingfisher.swift in Sources */, + 0B8030765BCF1B0432D87CA848A5D449 /* Indicator.swift in Sources */, + 8DC4A89261FF12EB8BE515AFF9065A3E /* KF.swift in Sources */, + 3BB8B17AD499C067101477579D4B0464 /* KFImage.swift in Sources */, + 45D69A51D7A5C4A631DD97A9FC0F65C3 /* KFImageOptions.swift in Sources */, + 0B6934202950F0444A67664CF22A79A4 /* KFOptionsSetter.swift in Sources */, + 1D5D687BF60B50B78C512BA50BFF73B8 /* Kingfisher-dummy.m in Sources */, + 42CE588CEABBCFF404AB5ADDE6E9D168 /* Kingfisher.swift in Sources */, + D0D1648D8A14E1B03795C68A7563369D /* KingfisherError.swift in Sources */, + 355046A1134D816D4FDBD97928BA996F /* KingfisherManager.swift in Sources */, + 8181365599854077F0E1AF7979E93A0A /* KingfisherOptionsInfo.swift in Sources */, + 53B9F9E77B57A39A79AB57B6322471EB /* MemoryStorage.swift in Sources */, + 98B6AD0BFB333674B962DD3825321A4A /* NSButton+Kingfisher.swift in Sources */, + 36A439D1260DA5D210B6CB9D4DE56A5B /* NSTextAttachment+Kingfisher.swift in Sources */, + 6CDFECDADC8EB01849909FE690B6069F /* Placeholder.swift in Sources */, + 642548BAEC5C264642375AADBC968872 /* RedirectHandler.swift in Sources */, + 98F19C0BF225D3C322227A68EA604C34 /* RequestModifier.swift in Sources */, + 29014B5C9985DA6E7080F3E0F41FC8E3 /* Resource.swift in Sources */, + D369460F8943D651AE61D4935B43D269 /* Result.swift in Sources */, + 8406B6BE2721160F357D9AA0268EC6BB /* RetryStrategy.swift in Sources */, + 6F0ADD66BE933CD01D81548CF58BE08B /* Runtime.swift in Sources */, + F1F27D73D8055AD6B2B6312EDD62EE7C /* SessionDataTask.swift in Sources */, + 7FDED29F72CD69CC8EC3CF1117E793F3 /* SessionDelegate.swift in Sources */, + 497DB3E2B51FC924A69E81F63414D743 /* SizeExtensions.swift in Sources */, + AAFC8E1BEFD98143484D090FEA202AF3 /* Source.swift in Sources */, + E036290BCD14A96EFFD2BE640BD1D666 /* Storage.swift in Sources */, + E7579CC93A6255B143DC1D03AAA4D909 /* String+MD5.swift in Sources */, + 2F8443872D51E9D559DB3FA8AD7BF19C /* TVMonogramView+Kingfisher.swift in Sources */, + E9C5DB45ABE9C9CAE4A97E2728F0246A /* UIButton+Kingfisher.swift in Sources */, + F1B12BCE03C2C829EA63D431E7155C05 /* WKInterfaceImage+Kingfisher.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 6C02E9CBF87ED8A1C6D8ED4C951F75A4 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4614,6 +4783,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 832A14A3844A1907E4052AF2E5C62B04 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 78D6C2C19DD7301015CED259D4C257B4 /* Pods-LaserMethane-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 89222AF845A30312C284F407BA48B98F /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4658,70 +4835,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 92CDC653A2266104363098610708C736 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - FA61D57EB05A23CA7A6582F6D65869C5 /* AnimatedImageView.swift in Sources */, - 71D082FA521F2AD547C8886D0BBF970E /* AuthenticationChallengeResponsable.swift in Sources */, - F66722D5E85E08BD0092E6BDE3A4BA73 /* AVAssetImageDataProvider.swift in Sources */, - D0726462B6FD721393C6132CE82E23EB /* Box.swift in Sources */, - 2B9F44D3E3312A7D5ACA7C4B9B5D2BD3 /* CacheSerializer.swift in Sources */, - 02CB50A302CCAD5205E063A8A926233E /* CallbackQueue.swift in Sources */, - 567914B1E1A48C1B8137466A6A0874AA /* Delegate.swift in Sources */, - 288B2C07E38DB77CF560E03FF4444991 /* DiskStorage.swift in Sources */, - 51BB362AD978A26D8A90E7702FA97EBC /* ExtensionHelpers.swift in Sources */, - 973231E4915A9AD6C53A56AD160B8713 /* Filter.swift in Sources */, - 1F4AFD44B1CF5350AAEADDBB8A7AE9FC /* FormatIndicatedCacheSerializer.swift in Sources */, - 9355F43429B12A88EFC8C8EC7D26C9A3 /* GIFAnimatedImage.swift in Sources */, - E47F7C21D38AB37B0F4DDD640CB2AE1B /* GraphicsContext.swift in Sources */, - 3C833B62A3638C0EBC7B932CD233CBD4 /* Image.swift in Sources */, - 614685CF7030E7E603E86417047A7714 /* ImageBinder.swift in Sources */, - 506984D430D9E611745F1F74FB83CDF2 /* ImageCache.swift in Sources */, - 05120D995E3E3CDAFE20AE4CBFA322D5 /* ImageDataProcessor.swift in Sources */, - E3EDE270A53554075AB8691E9D2DB77A /* ImageDataProvider.swift in Sources */, - 8D0C85298A0753FEA4FC41ED2DEABB2F /* ImageDownloader.swift in Sources */, - 59813977FCB21950E3B7E2D798C75843 /* ImageDownloaderDelegate.swift in Sources */, - 4A2BE74FB743DAF0BCC8E4D5BE7EDD8F /* ImageDrawing.swift in Sources */, - FCC3AD69F6B533676B5EDD116932E578 /* ImageFormat.swift in Sources */, - 2B1E1854624FA18BD31208CF30404D4F /* ImageModifier.swift in Sources */, - F994FAD8764276EF0BE95FA6ADDA180F /* ImagePrefetcher.swift in Sources */, - 0C07048E365B9C8AAFE2BF3080BD715B /* ImageProcessor.swift in Sources */, - DB94B6F8B977ECB85C1DBA9F31D56E04 /* ImageProgressive.swift in Sources */, - F06EE0CBADC9ADFEE6E69113CAEA1C7D /* ImageTransition.swift in Sources */, - E3E9316BAAAFDF9B5B9EC9B2E45CB20F /* ImageView+Kingfisher.swift in Sources */, - C493A6CD8A18EA26346496FA3991FB10 /* Indicator.swift in Sources */, - F0C8BAB6DB71D93870B081D9DCDF1A82 /* KF.swift in Sources */, - C7727D18B3656932485C424E9EE4E76D /* KFImage.swift in Sources */, - E3E2F5F4008462EC6B26AB295E8E078D /* KFImageOptions.swift in Sources */, - CE9A86E3419CFC6834318117980D4AD9 /* KFOptionsSetter.swift in Sources */, - D0191D573BD8B2ECD54AFD0D9F5E0748 /* Kingfisher-dummy.m in Sources */, - 5C53B80203429CA616B8104D15928DFF /* Kingfisher.swift in Sources */, - AD9A4AFCB3B9F2AC3BDB37D425A422CE /* KingfisherError.swift in Sources */, - 4756366AB4EDE1413486BD127DE98A44 /* KingfisherManager.swift in Sources */, - 306F861A2344A6A8AE0E502665C6698A /* KingfisherOptionsInfo.swift in Sources */, - 27921987D9BCC0B98AA33B3FD93E47D7 /* MemoryStorage.swift in Sources */, - F697123EC4B219920B0A567B31032EB6 /* NSButton+Kingfisher.swift in Sources */, - A0F59F54C9D0C87BC49601B3E6B5099F /* NSTextAttachment+Kingfisher.swift in Sources */, - F439B51BE58570F07BB01E55CA6C579E /* Placeholder.swift in Sources */, - BCAB443C8BFBCFFB0E6311999DCD34E3 /* RedirectHandler.swift in Sources */, - 1621B4379B55BB16DD6A6B705A99FBEC /* RequestModifier.swift in Sources */, - 25D9EEA617CD5C723925ED506ECC3BA4 /* Resource.swift in Sources */, - A2102966DB10177BE2A18DFAE24C0F51 /* Result.swift in Sources */, - DD48A683672396D2D77C885345F25FB2 /* RetryStrategy.swift in Sources */, - D5BD5F5F9E63982DE06CAE0013BDF726 /* Runtime.swift in Sources */, - 555035FE2B1FA661B0D7A67F432A0AB9 /* SessionDataTask.swift in Sources */, - EF34056C64964D44280386689F5DE33A /* SessionDelegate.swift in Sources */, - 5ED62293AA623AC0DA643BADE9889F7F /* SizeExtensions.swift in Sources */, - A0F8F6A0F7BA1427E816B76C1EEC26F2 /* Source.swift in Sources */, - F654E9CF0DE1CE42D9779E94DD354636 /* Storage.swift in Sources */, - 20581665C5F57B1D3AAEA105138C1901 /* String+MD5.swift in Sources */, - 7580BC8C3F923CDACE9DE8F49AE869BA /* TVMonogramView+Kingfisher.swift in Sources */, - 77B4EE78F51E9D1835F9319E96B3A414 /* UIButton+Kingfisher.swift in Sources */, - 584C527272932A9F6ECA1A96DB971CEF /* WKInterfaceImage+Kingfisher.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 9DB6F44F8BA9DDD098577D53DA95B7E3 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -4939,14 +5052,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - BCB37C9B9EC9362BA2170FA0EBEBB7C8 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E43CB54406FD8A09B64BEA57AAD55227 /* Pods-LaserMethane-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; C4484A10068696C80FF01E1E3C8CE558 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -5039,156 +5144,162 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 231C574177FC1AFFE119849097F07932 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = D5E63CA383156B7CE6562287121AE87D /* PBXContainerItemProxy */; - }; - 310A2B3B6BE112924D323F20B326969B /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 74D8B3920C1F880169C3A658AF1B9CF0 /* PBXContainerItemProxy */; - }; - 337F808B95CA27DF1B57DCFF0E836F19 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SnapKit; - target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; - targetProxy = AD2E7E5CD98999F658D67B7FC8C3283E /* PBXContainerItemProxy */; - }; - 340FA876E616B1C079F749FCA17DDA2E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Toast-Swift"; - target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; - targetProxy = E3FACDA92FB2F4BC3ED6984EF2A83C23 /* PBXContainerItemProxy */; - }; - 34D6A3A46905F3E3A222FB30277F2DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Alamofire; - target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; - targetProxy = 9B05F75FA01835CFFD6DCC8D21A8EC80 /* PBXContainerItemProxy */; - }; - 37F1650AC29F4DA1A5A43164C84EE174 /* PBXTargetDependency */ = { + 0CA9097C674DC7D03E30BAD1E31517CF /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = SwiftyRSA; target = 92A1C13902E7ACDA3ABB5BA1FEACC86C /* SwiftyRSA */; - targetProxy = E8DE978792E6BA2AA9913DD61BA4B4B9 /* PBXContainerItemProxy */; + targetProxy = 4CAA6886D6BAC118CB91419E285EFA06 /* PBXContainerItemProxy */; }; - 49AB2A0F872261150AC2007FDEF7F3A9 /* PBXTargetDependency */ = { + 0E81B718DD1DE706B951B72E5FE35411 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = IQKeyboardManagerSwift; - target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; - targetProxy = 54E02157FD87113B2D590D30E0434526 /* PBXContainerItemProxy */; + name = SnapKit; + target = 19622742EBA51E823D6DAE3F8CDBFAD4 /* SnapKit */; + targetProxy = 2BD1E27F264D1C2A0093A29FABCCCEDC /* PBXContainerItemProxy */; }; - 4A700CF5AF336561EE08182E136133C7 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MJRefresh; - target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; - targetProxy = 80F3176473E5B689BB8BA7AA6590C65E /* PBXContainerItemProxy */; - }; - 501CE4E962B1317795A343368DEA7EF5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = HandyJSON; - target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; - targetProxy = F028A98213539181B8A283E7364C2D5C /* PBXContainerItemProxy */; - }; - 52D4F7CE29E632A167297FA2B4698045 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = E849FEE5FB717905330EEC7B16FCEF62 /* PBXContainerItemProxy */; - }; - 5994F4837C8E624BAC7F37121A38F050 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = MBProgressHUD; - target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; - targetProxy = 66953FB692AE31043777B0856BA0EBEA /* PBXContainerItemProxy */; - }; - 7E0A98C5FEB5936460A7DE7D53CB484E /* PBXTargetDependency */ = { + 173D7DE91AE926F0D93262BA3BC9CBB2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = HXPHPicker; target = 6968C202A297A606D5EACC3679AAA627 /* HXPHPicker */; - targetProxy = 8494D577FAB1589D371C96E897C9DC6C /* PBXContainerItemProxy */; + targetProxy = 3D464ABB58C4AE8E4575EA013AD35588 /* PBXContainerItemProxy */; }; - 880BA7E8F0A83B9C594B8471067A0BF3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = RealmSwift; - target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; - targetProxy = 104F1E4C818EA0B766CE9C9EE578CDA6 /* PBXContainerItemProxy */; - }; - 904EC11EF512914F5E94A05C0B084222 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapLocation; - target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; - targetProxy = 0FB2277F20BDDCE0932073529DE7DCDB /* PBXContainerItemProxy */; - }; - A551E7D12BD900F1C10EEB688E567DB2 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMapFoundation; - target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; - targetProxy = 7BFFA90F3C6AF9F929F8C72E69198806 /* PBXContainerItemProxy */; - }; - A627D9CC6B2B02EA19967A610130ED31 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Realm; - target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; - targetProxy = 1F0BD536AC3C170203B20BDEE3FECEB2 /* PBXContainerItemProxy */; - }; - B9E2E74CB55EB9C188F504D4F4484B6C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = ZLPhotoBrowser; - target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; - targetProxy = 39170A90F87FE904D1B577097A431D2F /* PBXContainerItemProxy */; - }; - C0E6A376DB71599C05D0059239011BC9 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DefaultsKit; - target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; - targetProxy = DE1011966CE44DFD414CE25C67FCD9A7 /* PBXContainerItemProxy */; - }; - C1B8F44C0EA1D8ABB649E8FA2C95B2FC /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = B92FCE9012665BAAFE3D40667A990C1A /* PBXContainerItemProxy */; - }; - C5799846F64D48E610A11B0092BFFC9E /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = AMap3DMap; - target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; - targetProxy = C462E4EBFF8D62D97B3FDA84EE1CA8DE /* PBXContainerItemProxy */; - }; - C7C29C0711952DEF9A4791C116457296 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftRandom; - target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; - targetProxy = C82F9F4524AAE66E30ED7FB69CA9175E /* PBXContainerItemProxy */; - }; - CC02BDA0665448AA4CF02D41CEEF25DB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Kingfisher; - target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; - targetProxy = 4BBE64E847D30C4F066FEFD292481A09 /* PBXContainerItemProxy */; - }; - D819FF9D7BA89F75C07126B6BA8BF140 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = SwiftyJSON; - target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; - targetProxy = 88995B8526DEE16FA36568FD5DD78F78 /* PBXContainerItemProxy */; - }; - F15D447B952FFC32B81EC86C1C78FC51 /* PBXTargetDependency */ = { + 2BA41C4408BA1876E15AEFA4C8A89221 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = FSPagerView; target = D4F8239FB329387A8476B964D92D92E7 /* FSPagerView */; - targetProxy = 21CB83A6C897249136F053BDE35202B7 /* PBXContainerItemProxy */; + targetProxy = CBC683691FE5A1C9F323C78011273D61 /* PBXContainerItemProxy */; + }; + 30BD571B129ABB1F2C627E4A0C82435C /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = RealmSwift; + target = 782725687624F8665247B84AB581BEB1 /* RealmSwift */; + targetProxy = C284A123F02082F7BD77ADCE1285B925 /* PBXContainerItemProxy */; + }; + 32C21D0D1142202DF77945B4AF5C6575 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMap3DMap; + target = 3957A4F8F4B8823C2472883F7D067592 /* AMap3DMap */; + targetProxy = A759959CA0A20196925526C2A53CDBD3 /* PBXContainerItemProxy */; + }; + 47EFB9BDE1AAC20FF393ACCEB1302F1E /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = CFE5A1B4B646FACC123D84C9AB013921 /* PBXContainerItemProxy */; + }; + 518C015D8FFFBA53992F536B0ADD9464 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 95DFF211FC1142E737BDC0D1F8C49098 /* PBXContainerItemProxy */; + }; + 63D84549077E1A8A057D7786DD893CB4 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = IQKeyboardManagerSwift; + target = B490E7485944099E16C9CBD79119D1D4 /* IQKeyboardManagerSwift */; + targetProxy = 288DC064215DEAE15C75CA8522335D96 /* PBXContainerItemProxy */; + }; + 69F8D4BCC80645EB17A5F082695B7D07 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DefaultsKit; + target = F7D86B2724129EA76D1B23A311B8C911 /* DefaultsKit */; + targetProxy = DAC15CBCAB0EFFF5E7696AEACFDF24AD /* PBXContainerItemProxy */; + }; + 6DC194A5484860977A2F9E749C1F19C5 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 24CD290C461E5BB6A9652C0E8F5C2997 /* PBXContainerItemProxy */; + }; + 77794F511C6661073B61BD64C3292093 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = ZLPhotoBrowser; + target = 2FAF03761A44702490259F857A848B42 /* ZLPhotoBrowser */; + targetProxy = 5BE9DCE7F775116E0E45B5DBF0630B73 /* PBXContainerItemProxy */; + }; + 78897BF843086767F4335F458D8E47D7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftRandom; + target = 25B51B7D0B7BF05970BB2511B20BC61F /* SwiftRandom */; + targetProxy = 1E7B901A3B5CFAC61C96D5B6CA453E69 /* PBXContainerItemProxy */; + }; + 79FD45CCE78C08E293C5BD744EF73000 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MBProgressHUD; + target = 82B0A41D3031FF27D78E17B0A9A46FB0 /* MBProgressHUD */; + targetProxy = 5A1A7D04EB7FA6B7933B159E7A2086B1 /* PBXContainerItemProxy */; + }; + 8C1907F19E57320C23303DBDD6EF33BF /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapLocation; + target = 971676D1C9A11C105647D995975ACE4F /* AMapLocation */; + targetProxy = CC7611CE7D76668999CA8ED5E3866620 /* PBXContainerItemProxy */; + }; + 8ED6A9FAC218D4C0D118DF63F300C720 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = AMapFoundation; + target = 39082CE2CA8065D786A75F5C09CFF2C0 /* AMapFoundation */; + targetProxy = 5C185F0A94FEBFC137C3A6C9234C5C57 /* PBXContainerItemProxy */; + }; + 978A8D2BE4BDBD5E4D032D1B9C12399A /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = MJRefresh; + target = 6868056D761E163D10FDAF8CF1C4D9B8 /* MJRefresh */; + targetProxy = 2ECDC448F589F4545E9D7EFF77A3DF7D /* PBXContainerItemProxy */; + }; + A1E8087117D9A65CC647B537A16822A9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 834827C1C66626033585EB6520DAFD02 /* PBXContainerItemProxy */; + }; + B6285EE1E4C9C665E04C1E0CC44BEBE7 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = SwiftyJSON; + target = D118A6A04828FD3CDA8640CD2B6796D2 /* SwiftyJSON */; + targetProxy = 2683CE5A89635A6E839E9C916A78E294 /* PBXContainerItemProxy */; + }; + B990BFCC67E8305EB8C12EE1E0036546 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Alamofire; + target = EAAA1AD3A8A1B59AB91319EE40752C6D /* Alamofire */; + targetProxy = 7B7958FA183951EB7027B41D1BCC8442 /* PBXContainerItemProxy */; + }; + DB6A1EB65422B969981950F4BA62E877 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Kingfisher; + target = E8022D22FAA6690B5E1C379C1BCE1491 /* Kingfisher */; + targetProxy = 7280B95C0776B598A7B4FEBAE6325B6E /* PBXContainerItemProxy */; + }; + DF05F583C98D286705A8F28EF4B387BC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Hue; + target = 00D9B51B84230E50370AC70ADCF7F8AA /* Hue */; + targetProxy = 73032DF443B3389550389721E70CC9C4 /* PBXContainerItemProxy */; + }; + E07DDD89C108E2E87BB17161CF90C2B9 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = HandyJSON; + target = 10D88C24864319FF583AD6D156896F32 /* HandyJSON */; + targetProxy = 4211AD0BE9A07526154BCF096DBB867A /* PBXContainerItemProxy */; + }; + F3F6045DF5E9C52CDEA19B9613293448 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = Realm; + target = 68494F30B4A13F8E5E88BCCAEC25B0A4 /* Realm */; + targetProxy = 6A9768C95583638BC0FD6A91189048D6 /* PBXContainerItemProxy */; + }; + FD3F351028A79242EB9C01E7D81441DA /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Toast-Swift"; + target = B990BD87169C76A3ED3FE8A9258D91A3 /* Toast-Swift */; + targetProxy = 5398A032EDE5098C19FC5FD547084650 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ 03E76E2FE0A9366114F81640AA5875EA /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 8967D99D10267A59DD6812667C7D4C98 /* Toast-Swift.release.xcconfig */; + baseConfigurationReference = 861F22BEE426CF81F6B4DEB1B3A1E7C4 /* Toast-Swift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5223,7 +5334,7 @@ }; 0B1CC7BD6B8F30F1CF4BA13B3D1F66C2 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 537FD4BCD1B703D4652A78027F44039D /* FSPagerView.release.xcconfig */; + baseConfigurationReference = 8D1A51F061DB92F590631A854662AEB6 /* FSPagerView.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5256,9 +5367,81 @@ }; name = Release; }; + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0651F5954E220E9403F60BD4386F52A2 /* Kingfisher.debug.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 0FC90C86B3E177BE8ED9E5B67B53CF96 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BFAF5C03958197FA6FF138F88FD34D25 /* SwiftyRSA.debug.xcconfig */; + baseConfigurationReference = C2C5C13DC480C9B314415E28F4D559A7 /* SwiftyRSA.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5291,25 +5474,47 @@ }; name = Debug; }; - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */ = { + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CB027730CA906863CC02A7CE83F8A106 /* AMapFoundation.debug.xcconfig */; + baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/Frameworks", + "@loader_path/Frameworks", ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; + SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; 25D9086AEAEDB50451CDC8F3589A4113 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 58E9641B95F927A7A10C8B3F7C54D9DC /* SwiftRandom.debug.xcconfig */; + baseConfigurationReference = 563509BB33E1F3DA28FB823A34B2DA19 /* SwiftRandom.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5343,7 +5548,7 @@ }; 3B4367E6CAF524332C7E06DDEA331DA7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = ABA919F63A80F14AEBB6D5C326DA373A /* ZLPhotoBrowser.release.xcconfig */; + baseConfigurationReference = 18803F27754DB3DD7FEDD6FAF2742D48 /* ZLPhotoBrowser.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5379,7 +5584,7 @@ }; 3BE7200682DA3DD02079CC5BBF5E56EB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C6CC8BD89046273CE4C897A89CC07671 /* IQKeyboardManagerSwift.debug.xcconfig */; + baseConfigurationReference = 736DC426AD40FF948E6614E69ECFBD1A /* IQKeyboardManagerSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5474,50 +5679,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Debug; }; - 4CDABB6B7500303995B6921458017784 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 6C74C7E278DFD160563B2FC4F4BF5E6B /* Pods-LaserMethane.release.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; 4DEAC2F951425F95F54F059A74D895E7 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4CF8280CA8450E6AE84AF2CA3F9BC541 /* HXPHPicker.release.xcconfig */; + baseConfigurationReference = 2889685C8B40670F321F10FC5F20BD5C /* HXPHPicker.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5552,7 +5720,7 @@ }; 501C4DDF76F727E13770D67E891EDEF3 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C670B4B5E1407C51ACD950F454CCA721 /* SwiftyJSON.release.xcconfig */; + baseConfigurationReference = 65E8F922C8709B34D8AC59CAB30690EB /* SwiftyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5587,7 +5755,7 @@ }; 5BEFF73BC3159F8F2CBEB4FE9D76C7D6 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25A0679F00FCA6D347F35DF02975756D /* AMapLocation.release.xcconfig */; + baseConfigurationReference = 18A0DA6A12E7508728A6D1E86BED497E /* AMapLocation.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -5604,7 +5772,7 @@ }; 62C0C997087A9276E026DE88D7B17F19 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = B4410FC25CFCDDFF654AA62BA6796E8B /* RealmSwift.release.xcconfig */; + baseConfigurationReference = C228C0B43A9B75702C600C8F83EF4481 /* RealmSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5637,44 +5805,9 @@ }; name = Release; }; - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 8DFBC4F3893C45C8F6F864E9BDE4BE47 /* Kingfisher.debug.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 6BBDB5179B7EB533C4CDE7F0C2647E7D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6A74DE7DAD1E3FCE2ADB06DAE94DF2A0 /* FSPagerView.debug.xcconfig */; + baseConfigurationReference = 1FDE69E0A9A6F784F9E24A51DD871DEC /* FSPagerView.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5708,7 +5841,7 @@ }; 6F8D534FC1952957F56F550A945AA5FC /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 4E25975FD473E704167ACF63E268EFFF /* DefaultsKit.release.xcconfig */; + baseConfigurationReference = A5BEFADA4DDC9CFEA83AB2C6D7151319 /* DefaultsKit.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5741,9 +5874,45 @@ }; name = Release; }; + 7401C8C62D468D5D1FC763D32329592B /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 646B68D7348F7E24C5F499814E5537BD /* Kingfisher.release.xcconfig */; + buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; + PRODUCT_MODULE_NAME = Kingfisher; + PRODUCT_NAME = Kingfisher; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 77B25FC9CEE66CA6521DBC2E6517BD97 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 103F632DADEA3EC0C76E3C7A912A3298 /* SnapKit.debug.xcconfig */; + baseConfigurationReference = 66A09F1974C22566CC6143E62C4D5DCF /* SnapKit.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -5778,7 +5947,7 @@ }; 799CC69E9945D94ECBF747FE71B9DCF0 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0557765CA1FEFE141C489E213750A41C /* DefaultsKit.debug.xcconfig */; + baseConfigurationReference = 2E7AC89A2506F836B71782D961B6E8F2 /* DefaultsKit.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5810,9 +5979,42 @@ }; name = Debug; }; + 7A048C425FE160AC20CBAE439287A090 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = EEBCAF6DB93411A919631619090F40F3 /* Hue.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 7A990D4D7A394E906F2DE82D639771CF /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2A5F190FCFF127251E2B58320A283512 /* Alamofire.release.xcconfig */; + baseConfigurationReference = 6AD4F7DE023EABBA5736AE25E1B77DA2 /* Alamofire.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5845,9 +6047,25 @@ }; name = Release; }; + 7BBEE343CD423812385053166F0C946A /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = F4BDEE0C2070EDCE7B7ACFA620BFDAF3 /* AMapFoundation.debug.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; 7F01A72093DC83BA7EFBCD4ED923D6E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 25E2682E7E45ED807D0F3DFCE302463F /* MJRefresh.debug.xcconfig */; + baseConfigurationReference = 5B37873D16D8EAAB938E9CD618411B28 /* MJRefresh.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5881,7 +6099,7 @@ }; 807657F765C71C5483ABFE77A23CD96C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2B8097B9307E07D93245732A5FD9C5FB /* SwiftRandom.release.xcconfig */; + baseConfigurationReference = C28FCFF76D494DE53931E5F55DA091C6 /* SwiftRandom.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -5914,6 +6132,40 @@ }; name = Release; }; + 857D12B235A9C058F034D029550C4F5D /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0C86877B282A1341E7243C17D128DCE9 /* Hue.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/Hue/Hue-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Hue/Hue-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MODULEMAP_FILE = "Target Support Files/Hue/Hue.modulemap"; + PRODUCT_MODULE_NAME = Hue; + PRODUCT_NAME = Hue; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 8B5A46FF8D3C1289CDEE3BAFACABCD2A /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -5973,12 +6225,13 @@ SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; + VALID_ARCHS = "arm64, arm64e, x86_64"; }; name = Release; }; 8E403E361CD6D3F32A530333F7435318 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 79666E0D05E186BBF79E96FFE02515CF /* SnapKit.release.xcconfig */; + baseConfigurationReference = 6A3E8B4D76EBC81891D16729FC376BB0 /* SnapKit.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6014,7 +6267,7 @@ }; 8E56CA1B71F3C4588702CDCD4769782D /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D2F7B0952615504D96C39C88CD0E928D /* HandyJSON.release.xcconfig */; + baseConfigurationReference = C7E4823F723C1E202BE7C3C7E1DAF39C /* HandyJSON.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6048,7 +6301,7 @@ }; 909C2AA226C3AED44720FB27D317DC53 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50508FB2F9F822614D3EEBD4B27C383E /* AMap3DMap.debug.xcconfig */; + baseConfigurationReference = 668C9D5FAF59B3226C430C755512B602 /* AMap3DMap.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6064,7 +6317,7 @@ }; 93A2FF79E2EC721C724D10C8C2AF1B64 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3A394290BAEC7B1A34FCC8B1D715F6B4 /* MBProgressHUD.release.xcconfig */; + baseConfigurationReference = C7CFC3CA4652087DC7A99799DDB4C422 /* MBProgressHUD.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6099,7 +6352,7 @@ }; 93AD64353C65D45C0D4197F9ECAD786D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 133FC121A11C72D78A3091E219005D6E /* Alamofire.debug.xcconfig */; + baseConfigurationReference = A675B6EBEE1C466B93EDC043BEFAAD53 /* Alamofire.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6133,7 +6386,7 @@ }; 9AAB9A8E94A66A707CA0F2A63BC6B377 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A512AD7E8C9970D51F6CF9BA93A3CFF0 /* AMapLocation.debug.xcconfig */; + baseConfigurationReference = BE7A1B70454AB1411FF727F32CE25D6F /* AMapLocation.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6147,45 +6400,9 @@ }; name = Debug; }; - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = E261CDAACF837760100CC6422F1A4470 /* Kingfisher.release.xcconfig */; - buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Kingfisher/Kingfisher-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Kingfisher/Kingfisher-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MODULEMAP_FILE = "Target Support Files/Kingfisher/Kingfisher.modulemap"; - PRODUCT_MODULE_NAME = Kingfisher; - PRODUCT_NAME = Kingfisher; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; A498264D3ACACAEC21A0AB7209B2EB47 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F637708592F758C52CE9991B56737199 /* HXPHPicker.debug.xcconfig */; + baseConfigurationReference = 58B8F578507799D4A2C994EB52B9810E /* HXPHPicker.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6219,7 +6436,7 @@ }; A5955B4BF62B65716C17B4B09231A0E9 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 20A7B923136A56B1D1A84C8CCD6B14C3 /* Realm.debug.xcconfig */; + baseConfigurationReference = 2BB20BB960D879786F48B50D20E8448E /* Realm.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6253,7 +6470,7 @@ }; A6D1856327C32BF7B667BB2BEEAC10FA /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = AA1D802B4B7409DF7569F4C48CF6CCDA /* SwiftyJSON.debug.xcconfig */; + baseConfigurationReference = 4447527D9309DE080BC868A98B21DBBD /* SwiftyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6287,7 +6504,7 @@ }; A7AA1BF5BB1BD811D689AE2561B51CB1 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A5B9205430333E7B5FB6070E01B02DF0 /* AMap3DMap.release.xcconfig */; + baseConfigurationReference = C90994EEA70EE50E1AB8F267E89C95AE /* AMap3DMap.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; @@ -6304,7 +6521,7 @@ }; A8E1692D3C6CE4DC59B847E689A68707 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7D772CBDD3F85D0285E3EF24EBABCB36 /* RealmSwift.debug.xcconfig */; + baseConfigurationReference = A3F2EA45991100981E8778A40B8A6538 /* RealmSwift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6338,7 +6555,7 @@ }; A8FE5A5A37801FA34601492AB6552DB5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C38800E372D7C3C28F0F20C5C544D5EF /* MJRefresh.release.xcconfig */; + baseConfigurationReference = E00EEFC28AD566AA988026474C8CDB18 /* MJRefresh.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6373,7 +6590,7 @@ }; BD5ABBC2854308B49C9545DE0AA1A4E0 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = DFD5B79011F2BAD9C188E48DF33EA7FD /* SwiftyRSA.release.xcconfig */; + baseConfigurationReference = DC4079753F1DC2350963CE11284CA4B3 /* SwiftyRSA.release.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6409,7 +6626,7 @@ }; C646B80E4D8A9B6FB6B471288AD9746F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 43A30332740F3377D2BA63E45513135B /* Toast-Swift.debug.xcconfig */; + baseConfigurationReference = 2AF39A6B46EB33552AAAE655265338BE /* Toast-Swift.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6443,7 +6660,7 @@ }; CB9F44BCB6D670F75F46E89388282FBD /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 629CFCCE0C029DEA4850D93D83C15871 /* HandyJSON.debug.xcconfig */; + baseConfigurationReference = E642EBBE749E285A526203371CCA4C2E /* HandyJSON.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6476,7 +6693,7 @@ }; CBFD66C31CBBEE4A24B97D6774480A7E /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 773F9E96E0EE6A6E97D44D89C8CA8091 /* MBProgressHUD.debug.xcconfig */; + baseConfigurationReference = 64E7A5AC050FB0E63DC33AF1AA8E9CF1 /* MBProgressHUD.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6508,26 +6725,9 @@ }; name = Debug; }; - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = C9AEBB0768050C67DB879D6CA570E807 /* AMapFoundation.release.xcconfig */; - buildSettings = { - ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - ); - SDKROOT = iphoneos; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; CEC14DE29526D82BA646B89D1BF44844 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 52B4EC5EE6F0BE7E95BA6DAE86BEBE3A /* ZLPhotoBrowser.debug.xcconfig */; + baseConfigurationReference = 1CDE68895F511FABC6E4FD8B138EFF22 /* ZLPhotoBrowser.debug.xcconfig */; buildSettings = { CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -6562,7 +6762,7 @@ }; E59AA01D1C4D4258527C6A65ADD9E778 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E6CB14FF6F34BC4DBFF3140816D720C8 /* Realm.release.xcconfig */; + baseConfigurationReference = 04E28615CAE45B1DBAA5EFF530D3451D /* Realm.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6595,9 +6795,26 @@ }; name = Release; }; + EBF2E68915897D60E06B19D7C79971CC /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = DA4208B5B45691DB448EC7974AAEF73C /* AMapFoundation.release.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; ECD830E9FF60065425D88BB789C29686 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 7EF6DACBCCF40B038C086ABE827F0D03 /* IQKeyboardManagerSwift.release.xcconfig */; + baseConfigurationReference = DAD55FECC5AF9A0E21F150DBDE02DDF6 /* IQKeyboardManagerSwift.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -6630,43 +6847,6 @@ }; name = Release; }; - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D0150863B1410DFED2D092A0A9907BC /* Pods-LaserMethane.debug.xcconfig */; - buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane-Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; - LD_RUNPATH_SEARCH_PATHS = ( - "$(inherited)", - "@executable_path/Frameworks", - "@loader_path/Frameworks", - ); - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-LaserMethane/Pods-LaserMethane.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -6688,15 +6868,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 21F09A7BEF6A2CFEB65B173326E9DEC0 /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 6A4722FAC20F755124BE5AE65CB13569 /* Debug */, - 9FE9DD449EFEBA8A3972A45EA1FBF2C1 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2394954B2CC48FF372F5FB6C0206880F /* Build configuration list for PBXNativeTarget "SwiftyRSA" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6715,15 +6886,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 272AC627243984219309643CB8EEFB29 /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - F9632A92BF5EAEE06CE0AE02A180A5E3 /* Debug */, - 4CDABB6B7500303995B6921458017784 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 3200A0233CB018E16F3BBAF97EA02CF5 /* Build configuration list for PBXNativeTarget "Realm" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6742,6 +6904,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 3CD3AA552743DEF8C7718B4FFFDB6C7A /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7BBEE343CD423812385053166F0C946A /* Debug */, + EBF2E68915897D60E06B19D7C79971CC /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6751,6 +6922,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 5356A06D957FD97580BF6E99A426A8AD /* Build configuration list for PBXNativeTarget "Hue" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 7A048C425FE160AC20CBAE439287A090 /* Debug */, + 857D12B235A9C058F034D029550C4F5D /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; 5E3055FD6A09D41448B4A1B7D92C89EF /* Build configuration list for PBXNativeTarget "RealmSwift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6796,6 +6976,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + A93C4FC40CD69A2599A68076FF483BBC /* Build configuration list for PBXNativeTarget "Kingfisher" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0B7349E0C869EA4143BBD9BD93D2D39A /* Debug */, + 7401C8C62D468D5D1FC763D32329592B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B4496923FC367CBCE99E10C795BEFBF6 /* Build configuration list for PBXAggregateTarget "AMapLocation" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6805,15 +6994,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - B4F0B5DB24E623639585F724D8F35A1D /* Build configuration list for PBXAggregateTarget "AMapFoundation" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 23EC2DA7ED3CC2A10C05C343D9D945FB /* Debug */, - CE6BEBDD19D6C975D3F5FEEF3476BE8B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; B8C401847A53B4C2810311A8CBD715AD /* Build configuration list for PBXNativeTarget "Toast-Swift" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -6859,6 +7039,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + F34FCAA226025763C66EA4DA919CEE1B /* Build configuration list for PBXNativeTarget "Pods-LaserMethane" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 0DB3E65770D769F0CBF40D4C89104DF1 /* Debug */, + 256B2FF4D069E6B3BF5C4520B5116520 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; FEEDF015FD60D5DE49993E4BC381402E /* Build configuration list for PBXNativeTarget "HandyJSON" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme new file mode 100644 index 0000000..9477cc2 --- /dev/null +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/Hue.xcscheme @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist index dfd9e3b..3f9ca63 100644 --- a/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Pods/Pods.xcodeproj/xcuserdata/a203.xcuserdatad/xcschemes/xcschememanagement.plist @@ -60,97 +60,104 @@ orderHint 8 - IQKeyboardManagerSwift.xcscheme + Hue.xcscheme isShown orderHint 9 - Kingfisher.xcscheme + IQKeyboardManagerSwift.xcscheme isShown orderHint 10 - MBProgressHUD.xcscheme + Kingfisher.xcscheme isShown orderHint 11 - MJRefresh.xcscheme + MBProgressHUD.xcscheme isShown orderHint 12 - Pods-LaserMethane.xcscheme + MJRefresh.xcscheme isShown orderHint 13 - Realm.xcscheme + Pods-LaserMethane.xcscheme isShown orderHint 14 - RealmSwift.xcscheme + Realm.xcscheme isShown orderHint 15 - SnapKit.xcscheme + RealmSwift.xcscheme isShown orderHint 16 - SwiftRandom.xcscheme + SnapKit.xcscheme isShown orderHint 17 - SwiftyJSON.xcscheme + SwiftRandom.xcscheme isShown orderHint 18 - SwiftyRSA.xcscheme + SwiftyJSON.xcscheme isShown orderHint 19 - Toast-Swift.xcscheme + SwiftyRSA.xcscheme isShown orderHint 20 - ZLPhotoBrowser.xcscheme + Toast-Swift.xcscheme isShown orderHint 21 + ZLPhotoBrowser.xcscheme + + isShown + + orderHint + 22 + SuppressBuildableAutocreation diff --git a/Pods/Target Support Files/Hue/Hue-Info.plist b/Pods/Target Support Files/Hue/Hue-Info.plist new file mode 100644 index 0000000..e2771ff --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 5.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Pods/Target Support Files/Hue/Hue-dummy.m b/Pods/Target Support Files/Hue/Hue-dummy.m new file mode 100644 index 0000000..32f38e2 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Hue : NSObject +@end +@implementation PodsDummy_Hue +@end diff --git a/Pods/Target Support Files/Hue/Hue-prefix.pch b/Pods/Target Support Files/Hue/Hue-prefix.pch new file mode 100644 index 0000000..beb2a24 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-prefix.pch @@ -0,0 +1,12 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + diff --git a/Pods/Target Support Files/Hue/Hue-umbrella.h b/Pods/Target Support Files/Hue/Hue-umbrella.h new file mode 100644 index 0000000..5c8c5b4 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double HueVersionNumber; +FOUNDATION_EXPORT const unsigned char HueVersionString[]; + diff --git a/Pods/Target Support Files/Hue/Hue.debug.xcconfig b/Pods/Target Support Files/Hue/Hue.debug.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.debug.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Hue/Hue.modulemap b/Pods/Target Support Files/Hue/Hue.modulemap new file mode 100644 index 0000000..0ae5460 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.modulemap @@ -0,0 +1,6 @@ +framework module Hue { + umbrella header "Hue-umbrella.h" + + export * + module * { export * } +} diff --git a/Pods/Target Support Files/Hue/Hue.release.xcconfig b/Pods/Target Support Files/Hue/Hue.release.xcconfig new file mode 100644 index 0000000..8cd1d72 --- /dev/null +++ b/Pods/Target Support Files/Hue/Hue.release.xcconfig @@ -0,0 +1,14 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/Hue +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/Hue +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +SWIFT_VERSION = 5.0 +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown index 57004ff..beb98de 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.markdown @@ -164,6 +164,32 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## Hue + +Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## IQKeyboardManagerSwift MIT License diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist index 3472b60..c48619b 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-acknowledgements.plist @@ -225,6 +225,38 @@ FooterText + Licensed under the **MIT** license + +> Copyright (c) 2015 Hyper Interaktiv AS +> +> Permission is hereby granted, free of charge, to any person obtaining +> a copy of this software and associated documentation files (the +> "Software"), to deal in the Software without restriction, including +> without limitation the rights to use, copy, modify, merge, publish, +> distribute, sublicense, and/or sell copies of the Software, and to +> permit persons to whom the Software is furnished to do so, subject to +> the following conditions: +> +> The above copyright notice and this permission notice shall be +> included in all copies or substantial portions of the Software. +> +> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +> EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +> MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +> CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +> TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + License + MIT + Title + Hue + Type + PSGroupSpecifier + + + FooterText MIT License Copyright (c) 2013-2017 Iftekhar Qurashi diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist index efd5628..a0db6d5 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Debug-output-files.xcfilelist @@ -3,6 +3,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPHPicker.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist index 512d6e6..f1d7789 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-input-files.xcfilelist @@ -4,6 +4,7 @@ ${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework ${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework ${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework +${BUILT_PRODUCTS_DIR}/Hue/Hue.framework ${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework ${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework ${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist index efd5628..a0db6d5 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks-Release-output-files.xcfilelist @@ -3,6 +3,7 @@ ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FSPagerView.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HXPHPicker.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/HandyJSON.framework +${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Hue.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/IQKeyboardManagerSwift.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Kingfisher.framework ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/MBProgressHUD.framework diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh index a4045bc..92837dc 100755 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane-frameworks.sh @@ -180,6 +180,7 @@ install_framework "${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework" install_framework "${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework" install_framework "${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Hue/Hue.framework" install_framework "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework" install_framework "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework" install_framework "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework" @@ -199,6 +200,7 @@ install_framework "${BUILT_PRODUCTS_DIR}/FSPagerView/FSPagerView.framework" install_framework "${BUILT_PRODUCTS_DIR}/HXPHPicker/HXPHPicker.framework" install_framework "${BUILT_PRODUCTS_DIR}/HandyJSON/HandyJSON.framework" + install_framework "${BUILT_PRODUCTS_DIR}/Hue/Hue.framework" install_framework "${BUILT_PRODUCTS_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework" install_framework "${BUILT_PRODUCTS_DIR}/Kingfisher/Kingfisher.framework" install_framework "${BUILT_PRODUCTS_DIR}/MBProgressHUD/MBProgressHUD.framework" diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.debug.xcconfig b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.debug.xcconfig index 1efe5e8..b551009 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.debug.xcconfig +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.debug.xcconfig @@ -2,12 +2,12 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/Realm" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_ROOT}/AMap3DMap" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapLocation" "${PODS_ROOT}/Realm/core" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/Hue" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/Realm" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_ROOT}/AMap3DMap" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapLocation" "${PODS_ROOT}/Realm/core" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit/DefaultsKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView/FSPagerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker/HXPHPicker.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON/HandyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Realm/Realm.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift/RealmSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom/SwiftRandom.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON/SwiftyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA/SwiftyRSA.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift/Toast_Swift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/realm-monorepo/Headers" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit/DefaultsKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView/FSPagerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker/HXPHPicker.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON/HandyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Hue/Hue.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Realm/Realm.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift/RealmSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom/SwiftRandom.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON/SwiftyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA/SwiftyRSA.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift/Toast_Swift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/realm-monorepo/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/realm-monorepo" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AVFoundation" -framework "Accelerate" -framework "Alamofire" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "DefaultsKit" -framework "ExternalAccessory" -framework "FSPagerView" -framework "Foundation" -framework "GLKit" -framework "HXPHPicker" -framework "HandyJSON" -framework "IQKeyboardManagerSwift" -framework "Kingfisher" -framework "MAMapKit" -framework "MBProgressHUD" -framework "MJRefresh" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Realm" -framework "RealmSwift" -framework "Security" -framework "SnapKit" -framework "SwiftRandom" -framework "SwiftyJSON" -framework "SwiftyRSA" -framework "SystemConfiguration" -framework "Toast_Swift" -framework "UIKit" -framework "ZLPhotoBrowser" -weak_framework "Combine" -weak_framework "SwiftUI" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AVFoundation" -framework "Accelerate" -framework "Alamofire" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "DefaultsKit" -framework "ExternalAccessory" -framework "FSPagerView" -framework "Foundation" -framework "GLKit" -framework "HXPHPicker" -framework "HandyJSON" -framework "Hue" -framework "IQKeyboardManagerSwift" -framework "Kingfisher" -framework "MAMapKit" -framework "MBProgressHUD" -framework "MJRefresh" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Realm" -framework "RealmSwift" -framework "Security" -framework "SnapKit" -framework "SwiftRandom" -framework "SwiftyJSON" -framework "SwiftyRSA" -framework "SystemConfiguration" -framework "Toast_Swift" -framework "UIKit" -framework "ZLPhotoBrowser" -weak_framework "Combine" -weak_framework "SwiftUI" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.release.xcconfig b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.release.xcconfig index 1efe5e8..b551009 100644 --- a/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.release.xcconfig +++ b/Pods/Target Support Files/Pods-LaserMethane/Pods-LaserMethane.release.xcconfig @@ -2,12 +2,12 @@ ARCHS = $(ARCHS_STANDARD) CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO EXCLUDED_ARCHS[sdk=iphonesimulator*] = arm64 -FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/Realm" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_ROOT}/AMap3DMap" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapLocation" "${PODS_ROOT}/Realm/core" +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/Hue" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh" "${PODS_CONFIGURATION_BUILD_DIR}/Realm" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser" "${PODS_ROOT}/AMap3DMap" "${PODS_ROOT}/AMapFoundation" "${PODS_ROOT}/AMapLocation" "${PODS_ROOT}/Realm/core" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit/DefaultsKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView/FSPagerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker/HXPHPicker.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON/HandyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Realm/Realm.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift/RealmSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom/SwiftRandom.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON/SwiftyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA/SwiftyRSA.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift/Toast_Swift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/realm-monorepo/Headers" +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/DefaultsKit/DefaultsKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/FSPagerView/FSPagerView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HXPHPicker/HXPHPicker.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/HandyJSON/HandyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Hue/Hue.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/IQKeyboardManagerSwift/IQKeyboardManagerSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Kingfisher/Kingfisher.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MBProgressHUD/MBProgressHUD.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/MJRefresh/MJRefresh.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Realm/Realm.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/RealmSwift/RealmSwift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SnapKit/SnapKit.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftRandom/SwiftRandom.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyJSON/SwiftyJSON.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/SwiftyRSA/SwiftyRSA.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Toast-Swift/Toast_Swift.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/ZLPhotoBrowser/ZLPhotoBrowser.framework/Headers" "${PODS_XCFRAMEWORKS_BUILD_DIR}/realm-monorepo/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' LIBRARY_SEARCH_PATHS = $(inherited) "${PODS_XCFRAMEWORKS_BUILD_DIR}/realm-monorepo" -OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AVFoundation" -framework "Accelerate" -framework "Alamofire" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "DefaultsKit" -framework "ExternalAccessory" -framework "FSPagerView" -framework "Foundation" -framework "GLKit" -framework "HXPHPicker" -framework "HandyJSON" -framework "IQKeyboardManagerSwift" -framework "Kingfisher" -framework "MAMapKit" -framework "MBProgressHUD" -framework "MJRefresh" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Realm" -framework "RealmSwift" -framework "Security" -framework "SnapKit" -framework "SwiftRandom" -framework "SwiftyJSON" -framework "SwiftyRSA" -framework "SystemConfiguration" -framework "Toast_Swift" -framework "UIKit" -framework "ZLPhotoBrowser" -weak_framework "Combine" -weak_framework "SwiftUI" +OTHER_LDFLAGS = $(inherited) -ObjC -l"c++" -l"z" -framework "AMapFoundationKit" -framework "AMapLocationKit" -framework "AVFoundation" -framework "Accelerate" -framework "Alamofire" -framework "CFNetwork" -framework "CoreGraphics" -framework "CoreLocation" -framework "CoreMotion" -framework "CoreTelephony" -framework "CoreText" -framework "DefaultsKit" -framework "ExternalAccessory" -framework "FSPagerView" -framework "Foundation" -framework "GLKit" -framework "HXPHPicker" -framework "HandyJSON" -framework "Hue" -framework "IQKeyboardManagerSwift" -framework "Kingfisher" -framework "MAMapKit" -framework "MBProgressHUD" -framework "MJRefresh" -framework "OpenGLES" -framework "Photos" -framework "PhotosUI" -framework "QuartzCore" -framework "Realm" -framework "RealmSwift" -framework "Security" -framework "SnapKit" -framework "SwiftRandom" -framework "SwiftyJSON" -framework "SwiftyRSA" -framework "SystemConfiguration" -framework "Toast_Swift" -framework "UIKit" -framework "ZLPhotoBrowser" -weak_framework "Combine" -weak_framework "SwiftUI" OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)